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

Rebuilding mouth loading system

This commit is contained in:
2017-11-22 00:30:35 +01:00
parent 1b98b31c25
commit f8795b892e
4 changed files with 86 additions and 69 deletions

View File

@ -2,7 +2,7 @@
void setup() {
SimpleExpressions.init(13, 14);
SimpleExpressions.writeMouth();
SimpleExpressions.writeMouth(1);
}