
Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: io/DeviceFeedback.h
- Revision:
- 90:423177e8a401
- Parent:
- 71:063c45e99578
- Child:
- 92:0acd11870c6a
--- a/io/DeviceFeedback.h Mon Mar 16 12:12:04 2015 +0000 +++ b/io/DeviceFeedback.h Fri Mar 20 13:55:21 2015 +0000 @@ -8,8 +8,8 @@ class DeviceFeedback { public: - DeviceFeedback(PwmOut speaker); - + DeviceFeedback(); + void beepSuccess(); void beepFailure(); void closeRelay(); @@ -22,7 +22,7 @@ private: PwmOut _speaker; - Thread _thread; +// 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.