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