diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2022-09-09 18:33:15 -0500 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2022-09-09 18:33:15 -0500 |
commit | 7b006d6f2032ac46074d693ae59a971bee327ace (patch) | |
tree | 60963598d99001e0850e34d6271db8bd65e04fa4 /src/debug.h |
init
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 <stdio.h> +#include <avr/io.h> +#include "uart.h" + +void timer_init(); +void test_timer(); +unsigned int ticks_to_seconds(); + + + +#endif |