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