]> Joshua Wise's Git repositories - netwatch.git/blob - include/timer.h
b3b6985fb4a3077041e4ea852d40a15c8a8737bd
[netwatch.git] / include / timer.h
1 #ifndef TIMER_H
2 #define TIMER_H
3
4 void oneshot_start_ms(unsigned long milliseconds);
5 int oneshot_running(void);
6
7 #endif /* TIMER_H */
This page took 0.014077 seconds and 2 git commands to generate.