Cleanup example

This commit is contained in:
Lukas Bachschwell 2017-12-01 13:51:36 +01:00
parent 00439dab89
commit a5545b6531
1 changed files with 4 additions and 2 deletions

View File

@ -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++) {