E=MC / Mbed 2 deprecated coolcarsuperfast2

Dependencies:   mbed MODSERIAL telemetry-master

Fork of coolcarsuperfast by Michael Romain

Revision:
22:21ec3ac3b8ea
Parent:
19:d9746cc2ec80
diff -r d9746cc2ec80 -r 21ec3ac3b8ea main.cpp
--- a/main.cpp	Tue Apr 28 17:13:33 2015 +0000
+++ b/main.cpp	Tue Apr 28 18:22:14 2015 +0000
@@ -12,9 +12,11 @@
 PwmOut servo(PTA5);
 
 Serial pc(USBTX, USBRX); // tx, rx
+Serial bt(PTA2, PTA1); // tx, rx for bluetooth
 
 //Inputs
 AnalogIn camData(PTC2);
+//AnalogIn camData2(PTB3);
 
 //Encoder setup and variables
 InterruptIn interrupt(PTA13);