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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers common.cpp Source File

common.cpp

00001 #include "mbed.h"
00002 
00003 #include "common.h"
00004 
00005 Serial PC(USBTX,USBRX); 
00006 
00007 Ticker TFC_TickerObj;
00008 
00009 volatile uint32_t TFC_Ticker[NUM_TFC_TICKERS];