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

common.cpp

Committer:
morgonXak
Date:
2014-04-28
Revision:
1:2ca599933725
Parent:
0:98e98e01a6ce

File content as of revision 1:2ca599933725:

#include "mbed.h"

#include "common.h"

Serial PC(USBTX,USBRX); 

Ticker TFC_TickerObj;

volatile uint32_t TFC_Ticker[NUM_TFC_TICKERS];