E=MC / Mbed 2 deprecated coolcarsuperfast2

Dependencies:   mbed MODSERIAL telemetry-master

Fork of coolcarsuperfast by Michael Romain

Revision:
20:d96f46dea035
Parent:
16:79106efd7a57
Child:
21:00e7a29dfe09
--- a/main.cpp	Sat Apr 11 00:33:05 2015 +0000
+++ b/main.cpp	Tue Apr 28 18:18:19 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 camData(PTB3);
 
 //Encoder setup and variables
 InterruptIn interrupt(PTA13);