Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822 Nordic_UART_TEMPLATE_ROHM
Dependents: Nordic_UART_TEMPLATE_ROHM
Fork of UART_TEMPLATE by
Revision 4:eabae2996ecc, committed 2015-08-13
- Comitter:
- kbahar3
- Date:
- Thu Aug 13 18:24:14 2015 +0000
- Parent:
- 3:c3ee9d663fb8
- Child:
- 5:d39ffc5638a3
- Commit message:
- Updated Code to show I2C Usage
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 27 20:32:00 2015 +0000
+++ b/main.cpp Thu Aug 13 18:24:14 2015 +0000
@@ -198,7 +198,7 @@
else
{
len = snprintf((char*) buf, MAX_REPLY_LEN, "ERROR");
- ` }
+ }
m_ble.updateCharacteristicValue(m_uart_service_ptr->getRXCharacteristicHandle(), buf, len);
