From 7b006d6f2032ac46074d693ae59a971bee327ace Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Fri, 9 Sep 2022 18:33:15 -0500 Subject: init --- src/debug.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/debug.h (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..095e87f --- /dev/null +++ b/src/debug.h @@ -0,0 +1,14 @@ +#ifndef __DEBUG_SERIAL_H +#define __DEBUG_SERIAL_H + +#include +#include +#include "uart.h" + +void timer_init(); +void test_timer(); +unsigned int ticks_to_seconds(); + + + +#endif -- cgit v1.2.3