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.
Diff: main.cpp
- Revision:
- 11:ca0aae170333
- Parent:
- 10:200ebb491b60
- Child:
- 12:b24f9818a9f0
--- a/main.cpp Fri Jan 27 21:02:53 2017 +0000 +++ b/main.cpp Fri Jan 27 21:04:55 2017 +0000 @@ -6,10 +6,6 @@ DigitalIn en_2(p16); AnalogIn ea_1(p19); AnalogIn ea_2(p20); -DigitalOut led1(LED1); -DigitalOut led2(LED2); -DigitalOut led3(LED3); -DigitalOut led4(LED4); Thread *t1; Thread *t2; Thread *t3;