avr-firmwares/drivers/led.h
2018-01-28 19:40:58 +00:00

4 lines
43 B
C

#include <stdint.h>
void led(uint8_t on);