]> Joshua Wise's Git repositories - netwatch.git/commitdiff
add timer.h
authorJacob Potter <jacob@J4CBO-MBP-R7.RES.CMU.EDU>
Thu, 2 Oct 2008 22:27:29 +0000 (18:27 -0400)
committerJacob Potter <jacob@J4CBO-MBP-R7.RES.CMU.EDU>
Thu, 2 Oct 2008 22:27:29 +0000 (18:27 -0400)
include/timer.h [new file with mode: 0644]

diff --git a/include/timer.h b/include/timer.h
new file mode 100644 (file)
index 0000000..56054b0
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef TIMER_H
+#define TIMER_H
+
+void oneshot_start_ms(unsigned long milliseconds);
+int oneshot_running(void);
+
+#endif TIMER_H
This page took 0.023728 seconds and 4 git commands to generate.