MBED OS BLE example LED

Fork of mbed-os-example-ble-LED by mbed-os-examples

Revision:
44:df8adb3bc797
Parent:
2:864ddfb70a9c
--- a/readme.md	Wed Oct 11 10:00:42 2017 +0100
+++ b/readme.md	Wed Nov 01 15:31:06 2017 +0000
@@ -13,7 +13,7 @@
 
 ## Requirements
 
-The sample application can be seen on any BLE scanner on a smartphone. If you don't have a scanner on your phone, please install :
+The sample application can be seen on any BLE scanner on a smartphone. If you don't have a scanner on your phone, please install:
 
 - [nRF Master Control Panel](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp) for Android.
 
@@ -72,20 +72,20 @@
 
     ![](img/write_pannel.png)
 
-    **figure 6** Write characteristic pannel using Master Control Panel 4.0.5
+    **figure 6** Write characteristic panel using Master Control Panel 4.0.5
 
-    * `0x00`: LED ON
+    * `0x00`: LED ON/OFF (board dependant)
 
         ![](img/LED_ON.png)
 
-        **figure 6** Write characteristic pannel to set the LED on using Master Control Panel 4.0.5
+        **figure 6** Write characteristic panel to set the LED on using Master Control Panel 4.0.5
 
 
-    * `0x01`: LED OFF
+    * `0x01`: LED OFF/ON (board dependant)
 
         ![](img/LED_OFF.png)
 
-        **figure 6** Write characteristic pannel to set the LED off using Master Control Panel 4.0.5
+        **figure 6** Write characteristic panel to set the LED off using Master Control Panel 4.0.5
 
 
 1. Toggle the LED characteristic value and see the LED turn ON or turn OFF according to the value you set.