avr-firmwares/drivers/led.h

4 lines
43 B
C
Raw Normal View History

2018-01-28 20:40:50 +01:00
#include <stdint.h>
void led(uint8_t on);