]> Joshua Wise's Git repositories - netwatch.git/blob - include/timer.h
56054b06a2046d6863326e8e2b1a5892d3ae21b0
[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.015297 seconds and 2 git commands to generate.