1 2 3 4 5 6 7
#include <avr/io.h> #include "duck_led.h" #include "quantum.h" void show(void) { wait_us((RES / 1000UL) + 1); }