Bluetooth LE library for Nucleo board

Dependents:   Nucleo_BLE_HeartRate Nucleo_BLE_UART Nucleo_BLE_Demo Nucleo_BLE_UART

Warning: Deprecated!

Supported drivers and applications can be found at this link.

Files at this revision

API Documentation at this revision

Comitter:
sjallouli
Date:
Fri Dec 19 19:52:49 2014 +0000
Parent:
0:289fd2dae405
Commit message:
change the USARTService->write() method access permission to public

Changed in this revision

services/UARTService.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/UARTService.h	Fri Dec 19 18:54:46 2014 +0000
+++ b/services/UARTService.h	Fri Dec 19 19:52:49 2014 +0000
@@ -106,7 +106,6 @@
         }
     }
 
-protected:
     /**
      * Override for Stream::write().
      *
@@ -155,6 +154,7 @@
         return origLength;
     }
 
+protected:
     /**
      * Override for Stream::_putc()
      * @param  c