BLE LED control example

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-LED/

Please read the documentation in this page.

Revision:
27:ff1fb7b5f9ee
Parent:
11:7404978b24e7
--- a/source/main.cpp	Tue May 09 14:45:52 2017 +0100
+++ b/source/main.cpp	Wed May 10 10:17:08 2017 +0100
@@ -25,9 +25,7 @@
 const static char     DEVICE_NAME[] = "LED";
 static const uint16_t uuid16_list[] = {LEDService::LED_SERVICE_UUID};
 
-static EventQueue eventQueue(
-    /* event count */ 10 * /* event size */ 32
-);
+static EventQueue eventQueue(/* event count */ 10 * EVENTS_EVENT_SIZE);
 
 LEDService *ledServicePtr;