BLE UART

Dependencies:   Nucleo_BLE_API Nucleo_BLE_BlueNRG mbed

Fork of Nucleo_BLE_UART by ST Americas mbed Team

Revision:
2:65ebe4ba9ba4
Parent:
1:69e44344edaa
--- a/main.cpp	Wed Dec 24 18:05:05 2014 +0000
+++ b/main.cpp	Sun Jan 03 16:12:29 2016 +0000
@@ -48,7 +48,6 @@
   connected = true;
 }
 
-/* Not working */
 void onDataSent(unsigned count)
 {
   DEBUG("onDataSent\r\n");
@@ -121,7 +120,6 @@
   UARTService uartService(ble);
   uartServicePtr = &uartService;
 
-
   while (true) 
   {
     ble.waitForEvent();