programmable wireless relay store changes
This commit is contained in:
		
							parent
							
								
									4ae82c698c
								
							
						
					
					
						commit
						2fa8104164
					
				
					 5 changed files with 30 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -4,12 +4,11 @@
 | 
			
		|||
#include<util/delay.h>
 | 
			
		||||
#include"writepin.h"
 | 
			
		||||
 | 
			
		||||
#define LARGE_TIME  750
 | 
			
		||||
#define SMALL_TIME  250
 | 
			
		||||
 | 
			
		||||
class WirelessRelay
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    static const uint16_t LARGE_TIME = 750;
 | 
			
		||||
    static const uint8_t  SMALL_TIME = 250;
 | 
			
		||||
    
 | 
			
		||||
    static const uint16_t MAX_NAME_LENGTH = 32;
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue