1
0
mirror of https://github.com/s00500/SimpleExpressions synced 2025-06-20 03:00:40 +00:00

restructure mouth loading

This commit is contained in:
2017-11-21 13:09:40 +01:00
parent 9756b21923
commit 6881c48636
3 changed files with 23 additions and 83 deletions

View File

@ -1,7 +1,7 @@
#include <SimpleExpressions.h>
void setup() {
SimpleExpressions.init(13,14);
SimpleExpressions.init(13, 14);
SimpleExpressions.writeMouth();
}