1
0
mirror of https://github.com/s00500/SimpleExpressions synced 2024-06-02 05:13:26 +00:00
SimpleExpressions/examples/mouth.ino

12 lines
137 B
Arduino
Raw Normal View History

2017-11-20 16:49:55 +00:00
#include <SimpleExpressions.h>
void setup() {
2017-11-21 12:09:40 +00:00
SimpleExpressions.init(13, 14);
2017-11-21 23:30:35 +00:00
SimpleExpressions.writeMouth(1);
2017-11-20 16:49:55 +00:00
}
void loop() {
}