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: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: io/DeviceFeedback.h
- Revision:
- 71:063c45e99578
- Parent:
- 67:c360a2b2c948
- Child:
- 90:423177e8a401
--- a/io/DeviceFeedback.h Tue Feb 10 20:52:13 2015 +0000
+++ b/io/DeviceFeedback.h Mon Feb 16 09:17:30 2015 +0000
@@ -23,6 +23,13 @@
private:
PwmOut _speaker;
Thread _thread;
+
+ /* LED lights on the application shield, consists of three colors: Red, Blue, Green.
+ * Note: value 0 means fully on for a color, 255 means off.
+ */
+ DigitalOut shieldLEDRed;
+ DigitalOut shieldLEDBlue;
+ DigitalOut shieldLEDGreen;
Mail<uint8_t, 16> _mail;
};
