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:
11
examples/mouth.ino
Normal file
11
examples/mouth.ino
Normal file
@ -0,0 +1,11 @@
|
||||
#include <SimpleExpressions.h>
|
||||
|
||||
void setup() {
|
||||
SimpleExpressions.init(13,14);
|
||||
SimpleExpressions.writeMouth();
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user