mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-21 23:10:54 +00:00
EVEN NOT DYNAMIC
This commit is contained in:
parent
29762e3852
commit
d18ae3207f
@ -4,26 +4,23 @@ void setup() {
|
|||||||
// put your setup code here, to run once:
|
// put your setup code here, to run once:
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
SimpleExpressions.init(13, 14);
|
SimpleExpressions.init(13, 14);
|
||||||
|
//SimpleExpressions._tone(440, 5000,1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|
||||||
SimpleExpressions.printMouthShape(0);
|
SimpleExpressions.writeMouth("zeros");
|
||||||
//SimpleExpressions.writeMouth("zeros");
|
|
||||||
delay(500);
|
delay(500);
|
||||||
SimpleExpressions.printMouthShape(1);
|
SimpleExpressions.printMouthShape(1);
|
||||||
//SimpleExpressions.writeMouth("happySmall");
|
|
||||||
delay(500);
|
delay(500);
|
||||||
//SimpleExpressions.writeMouth("happyFull");
|
SimpleExpressions.writeMouth("happyFull");
|
||||||
SimpleExpressions.printMouthShape(2);
|
|
||||||
delay(500);
|
delay(500);
|
||||||
SimpleExpressions.printMouthShape(3);
|
SimpleExpressions.writeMouth("zeros");
|
||||||
//SimpleExpressions.writeMouth("zeros");
|
|
||||||
delay(500);
|
delay(500);
|
||||||
//SimpleExpressions.writeMouth("sadSmall");
|
SimpleExpressions.writeMouth("sadFull");
|
||||||
SimpleExpressions.printMouthShape(4);
|
delay(500);
|
||||||
|
SimpleExpressions.writeMouth("sadSmall");
|
||||||
delay(500);
|
delay(500);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user