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:
- 21:00e7a29dfe09
- Parent:
- 20:d96f46dea035
diff -r d96f46dea035 -r 00e7a29dfe09 main.cpp --- a/main.cpp Tue Apr 28 18:18:19 2015 +0000 +++ b/main.cpp Tue Apr 28 18:18:52 2015 +0000 @@ -16,7 +16,7 @@ //Inputs AnalogIn camData(PTC2); -AnalogIn camData(PTB3); +//AnalogIn camData2(PTB3); //Encoder setup and variables InterruptIn interrupt(PTA13);