Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MODSERIAL telemetry-master
Fork of coolcarsuperfast by
Diff: main.cpp
- 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);