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:
- 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);