diff --git a/examples/expressions/expressions.ino b/examples/expressions/expressions.ino index 2b58eb8..949e31a 100644 --- a/examples/expressions/expressions.ino +++ b/examples/expressions/expressions.ino @@ -1,9 +1,11 @@ #include +#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++) {