blackmagic-esp32-s2/main/delay.h

3 lines
45 B
C
Raw Normal View History

2021-11-19 19:14:52 +00:00
#include <stdint.h>
void delay(uint32_t ms);