mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-23 11:00:54 +00:00
Added parameters
This commit is contained in:
parent
1baeec35f0
commit
9756b21923
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user