11
Diff: TIMER/timer.h
- Revision:
- 0:dd5d4837292c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TIMER/timer.h Wed Jun 09 01:41:45 2021 +0000 @@ -0,0 +1,15 @@ +#ifndef _TIMER_H +#define _TIMER_H + + +#include "mbed.h" + + +extern Timer fuzzytimer; +extern uint64_t Tfuzzy; + + +extern Timer tim; + + +#endif \ No newline at end of file