mirror of
				https://github.com/filiprojek/auto-awning-close.git
				synced 2025-02-20 01:52:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			105 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			105 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| // pin declaration
 | |
| int windPin = 0;
 | |
| int rainPin = 0;
 | |
| int rtcPin = 0;
 | |
| 
 | |
| void setup()
 | |
| {
 | |
| 
 | |
| }
 | |
| 
 | |
| void loop()
 | |
| {
 | |
| 
 | |
| } |