mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-21 12:50:54 +00:00
Cleanup example
This commit is contained in:
parent
00439dab89
commit
a5545b6531
@ -1,9 +1,11 @@
|
||||
#include <SimpleExpressions.h>
|
||||
|
||||
#define ledDataPin 13
|
||||
#define beeperPin 17
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
delay(2000);
|
||||
SimpleExpressions.init(13, 17);
|
||||
SimpleExpressions.init(ledDataPin, beeperPin);
|
||||
SimpleExpressions.clearMouth();
|
||||
|
||||
for (int i = 0; i < 18; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user