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:
morgonXak
Date:
Mon Apr 28 15:05:37 2014 +0000
Revision:
1:2ca599933725
Parent:
0:98e98e01a6ce
jguh; \; ;

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];