1
0
mirror of https://github.com/s00500/SimpleExpressions synced 2024-06-14 19:53:33 +00:00

Added parameters

This commit is contained in:
Lukas Bachschwell 2017-11-21 12:17:37 +01:00
parent 1baeec35f0
commit 9756b21923

View File

@ -15,7 +15,7 @@ class SimpleExpressionsClass
void init(int mouthPin, int buzzerPin); void init(int mouthPin, int buzzerPin);
void writeMouth(); void writeMouth(int mouth);
void putMouth(unsigned long int mouth, bool predefined = true); void putMouth(unsigned long int mouth, bool predefined = true);
void putAnimationMouth(unsigned long int anim, int index); void putAnimationMouth(unsigned long int anim, int index);
void clearMouth(); void clearMouth();