5 lines
94 B
C
5 lines
94 B
C
|
#include <stdint.h>
|
||
|
|
||
|
void led_init();
|
||
|
|
||
|
void led_set(uint8_t red, uint8_t green, uint8_t blue);
|