mirror of
				https://github.com/s00500/SimpleExpressions
				synced 2025-11-03 23:03:24 +00:00 
			
		
		
		
	Added parameters
This commit is contained in:
		@@ -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();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user