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