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: ADS1015 MPU6050 PixelArray mbed
Fork of Momo_New by
Revision 41:ebc527b78b96, committed 2017-11-20
- Comitter:
- Ishy
- Date:
- Mon Nov 20 16:24:33 2017 +0000
- Parent:
- 36:d10f368d037b
- Commit message:
- Changed inconsistency;
Changed in this revision
Sensorplate/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d10f368d037b -r ebc527b78b96 Sensorplate/main.cpp --- a/Sensorplate/main.cpp Wed Oct 18 14:12:11 2017 +0000 +++ b/Sensorplate/main.cpp Mon Nov 20 16:24:33 2017 +0000 @@ -336,7 +336,7 @@ LED_blue_intensity = 0; LED_yellow_state = 1; } else { - LED_green_state = 0; + LED_yellow_state = 0; } if (LED_colour == 'g') { // Set LED_colour to green.