SmartLightBLE/lib/Leds/Leds.h

11 lines
189 B
C
Raw Permalink Normal View History

2021-04-16 19:15:54 +00:00
#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