ESR-2025/src/timer.h

7 lines
99 B
C

#ifndef TIMER_H
#define TIMER_H
void sleep(uint16_t ms);
void init_timer(void);
#endif // TIMER_H