]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/timer.h
add timer.h
[netwatch.git] / include / timer.h
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.007154 seconds and 4 git commands to generate.