This is an example program that actually allows the car to race using the FRDM-TFC library!
Dependencies: FRDM-TFC
Fork of TFC-RACING-DEMO by
Diff: common.cpp
- Revision:
- 0:98e98e01a6ce
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common.cpp Sun Apr 20 03:33:03 2014 +0000 @@ -0,0 +1,9 @@ +#include "mbed.h" + +#include "common.h" + +Serial PC(USBTX,USBRX); + +Ticker TFC_TickerObj; + +volatile uint32_t TFC_Ticker[NUM_TFC_TICKERS]; \ No newline at end of file