aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/lptmr.h
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/lptmr.h')
-rw-r--r--laser-tag software/lptmr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/laser-tag software/lptmr.h b/laser-tag software/lptmr.h
new file mode 100644
index 0000000..4d404b4
--- /dev/null
+++ b/laser-tag software/lptmr.h
@@ -0,0 +1,10 @@
+#ifndef _LPTMR_H_
+#define _LPTMR_H_
+#include "fsl_lptmr_driver.h"
+
+uint32_t get_ms();
+void delay_ms(uint32_t delay);
+void lptmr_init(lptmr_callback_t cb);
+void lptmr_start();
+#endif
+/* vim: set expandtab ts=4 sw=4: */