duck_led.c 92 B

123456
  1. #include "duck_led.h"
  2. #include "wait.h"
  3. void show(void) {
  4. wait_us((RES / 1000UL) + 1);
  5. }