From: Jacob Potter Date: Thu, 2 Oct 2008 22:27:29 +0000 (-0400) Subject: add timer.h X-Git-Url: http://git.joshuawise.com/netwatch.git/commitdiff_plain/04ddaf73f0395918dec32dce6652e6c195e2d6b0?ds=inline;hp=7519e35d837ff5ee4303ba6f335d0f3647aab1c3 add timer.h --- diff --git a/include/timer.h b/include/timer.h new file mode 100644 index 0000000..56054b0 --- /dev/null +++ b/include/timer.h @@ -0,0 +1,7 @@ +#ifndef TIMER_H +#define TIMER_H + +void oneshot_start_ms(unsigned long milliseconds); +int oneshot_running(void); + +#endif TIMER_H