From fd1aabd0417bef53e7ff54df52eba80be5494d56 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Oct 2018 10:44:11 +0200 Subject: half-baked timer implementation for MSP430 and Arduino --- src/arch/msp430fr5969lp/driver/timer.cc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/arch/msp430fr5969lp/driver/timer.cc (limited to 'src/arch/msp430fr5969lp/driver/timer.cc') diff --git a/src/arch/msp430fr5969lp/driver/timer.cc b/src/arch/msp430fr5969lp/driver/timer.cc new file mode 100644 index 0000000..4f2d6d1 --- /dev/null +++ b/src/arch/msp430fr5969lp/driver/timer.cc @@ -0,0 +1,3 @@ +#include "driver/timer.h" + +Timer timer; -- cgit v1.2.3