mirror of
				https://github.com/s00500/SimpleExpressions
				synced 2025-11-04 04:13:24 +00:00 
			
		
		
		
	Cleanup example
This commit is contained in:
		@@ -1,9 +1,11 @@
 | 
				
			|||||||
#include <SimpleExpressions.h>
 | 
					#include <SimpleExpressions.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define ledDataPin 13
 | 
				
			||||||
 | 
					#define beeperPin 17
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void setup() {
 | 
					void setup() {
 | 
				
			||||||
  Serial.begin(115200);
 | 
					  Serial.begin(115200);
 | 
				
			||||||
  delay(2000);
 | 
					  SimpleExpressions.init(ledDataPin, beeperPin);
 | 
				
			||||||
  SimpleExpressions.init(13, 17);
 | 
					 | 
				
			||||||
  SimpleExpressions.clearMouth();
 | 
					  SimpleExpressions.clearMouth();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  for (int i = 0; i < 18; i++) {
 | 
					  for (int i = 0; i < 18; i++) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user