@ -8,10 +8,15 @@
#ifndef LED_H_
#define LED_H_
#include <stdlib.h>
typedef enum { BLUE = 0, RED = 1, OFF = 2 } tColor;
void ledExec();
void ledInit();
void ledSetMatrix(uint8_t col, uint8_t row, tColor color);
#endif /* LED_H_ */
The note is not visible to the blocked user.