Simple test for commanding the RGB LED. Use your mbed websocket to send a message, composed by a letter and a number. The letter can be 'r', 'g', or 'b', which is the LED color, and the number is 0 or 1, which is the logic state. Remember that the board LEDs light up with a 0 level.

Dependencies:   WebSocketClient mbed-rtos mbed

Changes

RevisionDateWhoCommit message
1:ba6266c183de 2014-08-07 quevedo First version; default tip
0:35bd27c75bc9 2014-08-07 quevedo First version;