baseline build
Dependencies: FastPWM mbed-os mbed
Diff: MillisecondCounter.h
- Revision:
- 0:8a420ac6394e
diff -r 000000000000 -r 8a420ac6394e MillisecondCounter.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MillisecondCounter.h Mon Jun 19 15:55:51 2017 +0000 @@ -0,0 +1,7 @@ +#ifndef MILLISECONDCOUNTER_H +#define MILLISECONDCOUNTER_H + +void StartTimer_ms(void); +unsigned GetTime_ms(void); + +#endif