mirror of
				https://github.com/HERDAC/SmartLightBLE.git
				synced 2025-10-30 21:49:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef LEDS_H_INCLUDED
 | |
| #define LEDS_H_INCLUDED
 | |
|   #define LED_NOMBRE 47
 | |
|   #define LED_PIN 22
 | |
| 
 | |
|   void setup_led();
 | |
|   void LEDoff();
 | |
|   void LEDon(int puissance, int r, int g, int b);
 | |
| 
 | |
| #endif
 |