mirror of
https://github.com/BrianPugh/gnwmanager.git
synced 2025-12-06 19:15:56 +01:00
4 lines
118 B
C
4 lines
118 B
C
#include <stdint.h>
|
|
|
|
void timer_on(uint8_t timer_index,uint32_t waitTicks);
|
|
uint8_t timer_status(uint8_t timer_index); |