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:
- 6:7f7506c8dd70
- Parent:
- 5:62ab504d4f22
- Child:
- 7:87bde0a8d88d
--- a/main.cpp Wed Feb 10 19:00:36 2016 +0000 +++ b/main.cpp Wed Feb 10 19:08:55 2016 +0000 @@ -5,7 +5,8 @@ MMA8451Q acc(PTE25, PTE24); PwmOut rled(LED_BLUE); PwmOut gled(LED_GREEN); -PwmOut bled(LED_RED);/////// +PwmOut bled(LED_RED); +// PwmOut bled(LED_RED); int16_t data[3]; int main()