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: camera mbed tsi_sensor
Fork of Car2 by
Diff: main.cpp
- Revision:
- 1:63c28aae78c9
- Parent:
- 0:b761ef827157
- Child:
- 2:0db7cc5ad6db
diff -r b761ef827157 -r 63c28aae78c9 main.cpp --- a/main.cpp Fri Feb 10 22:09:21 2017 +0000 +++ b/main.cpp Fri Feb 10 22:12:41 2017 +0000 @@ -12,6 +12,8 @@ #error TARGET NOT DEFINED #endif +//Erik's Comment + int main(void) { PwmOut led(LED_GREEN); TSIAnalogSlider tsi(ELEC0, ELEC1, 40);