Intelligent Lumen BLE_API release
Fork of BLE_API by
Revision 1209:1cdc132601a3, committed 2016-10-17
- 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.