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 Daniel Hadad

Committer:
redxeth
Date:
Sun Apr 20 03:33:03 2014 +0000
Revision:
0:98e98e01a6ce
Initial version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
redxeth 0:98e98e01a6ce 1 #include "mbed.h"
redxeth 0:98e98e01a6ce 2
redxeth 0:98e98e01a6ce 3 #include "common.h"
redxeth 0:98e98e01a6ce 4
redxeth 0:98e98e01a6ce 5 Serial PC(USBTX,USBRX);
redxeth 0:98e98e01a6ce 6
redxeth 0:98e98e01a6ce 7 Ticker TFC_TickerObj;
redxeth 0:98e98e01a6ce 8
redxeth 0:98e98e01a6ce 9 volatile uint32_t TFC_Ticker[NUM_TFC_TICKERS];