BLE UART

Dependencies:   Nucleo_BLE_API Nucleo_BLE_BlueNRG mbed

Fork of Nucleo_BLE_UART by ST Americas mbed Team

Files at this revision

API Documentation at this revision

Comitter:
sjallouli
Date:
Sun Jan 03 16:12:29 2016 +0000
Parent:
1:69e44344edaa
Commit message:
BLE USART

Changed in this revision

Nucleo_BLE_BlueNRG.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 69e44344edaa -r 65ebe4ba9ba4 Nucleo_BLE_BlueNRG.lib
--- a/Nucleo_BLE_BlueNRG.lib	Wed Dec 24 18:05:05 2014 +0000
+++ b/Nucleo_BLE_BlueNRG.lib	Sun Jan 03 16:12:29 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/ST-Americas-mbed-Team/code/Nucleo_BLE_BlueNRG/#905715088a9b
+https://developer.mbed.org/users/sjallouli/code/Nucleo_BLE_BlueNRG/#104f1bba39ca
diff -r 69e44344edaa -r 65ebe4ba9ba4 main.cpp
--- 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();