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

Making the basic mouth work

This commit is contained in:
2017-11-20 17:49:55 +01:00
parent 4411a9e173
commit 1baeec35f0
4 changed files with 64 additions and 73 deletions

11
examples/mouth.ino Normal file
View File

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