header.h 142 B

1234567891011
  1. #ifndef HEADER_H
  2. #define HEADER_H
  3. #include <stdio.h>
  4. #include "pico/stdlib.h"
  5. #ifndef SLEEP_TIME_MS
  6. #define SLEEP_TIME_MS 500
  7. #endif
  8. #endif