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 Sensors mbed nRF51822
Fork of LinkNode_DataAdvertising by
Revision 6:b3d3351aadc6, committed 2016-02-22
- Comitter:
- helloqi
- Date:
- Mon Feb 22 08:55:35 2016 +0000
- Parent:
- 5:d30cc8560678
- Child:
- 7:f3e587ca9139
- Commit message:
- change
Changed in this revision
| Sensors.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 |
--- a/Sensors.lib Mon Feb 22 03:03:01 2016 +0000 +++ b/Sensors.lib Mon Feb 22 08:55:35 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/helloqi/code/Sensors/#9125dafacc63 +https://developer.mbed.org/users/helloqi/code/Sensors/#ee98296289d0
--- a/main.cpp Mon Feb 22 03:03:01 2016 +0000
+++ b/main.cpp Mon Feb 22 08:55:35 2016 +0000
@@ -16,7 +16,7 @@
Sensors tempSensor;
DigitalOut led(P0_20);
static bool triggerTempValueUpdate = false;
-const static char DEVICE_NAME[8] = "Linkaa";
+const static char DEVICE_NAME[8] = "ls_test"; /*The size of the DEVICE_NAME[] can't change */
void periodicCallback(void)
{
