Intelligent Lumen BLE_API release

Dependents:   BLE_iBeacon

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
javiervelasco
Date:
Mon Oct 17 07:39:20 2016 +0000
Parent:
1208:65474dc93927
Commit message:
INTELLIGENT LUMEN iBEACON first release

Changed in this revision

ble/services/UARTService.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/services/UARTService.h	Wed Sep 14 14:18:00 2016 +0100
+++ b/ble/services/UARTService.h	Mon Oct 17 07:39:20 2016 +0000
@@ -39,6 +39,7 @@
 extern const uint8_t  UARTServiceTXCharacteristicUUID[UUID::LENGTH_OF_LONG_UUID];
 extern const uint8_t  UARTServiceRXCharacteristicUUID[UUID::LENGTH_OF_LONG_UUID];
 
+
 /**
 * @class UARTService.
 * @brief BLE Service to enable UART over BLE.