Added parameters

This commit is contained in:
Lukas Bachschwell 2017-11-21 12:17:37 +01:00
parent 1baeec35f0
commit 9756b21923
1 changed files with 1 additions and 1 deletions

View File

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