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.
Fork of Sensors by
Revision 5:66c0e776190b, committed 2016-04-13
- Comitter:
- helloqi
- Date:
- Wed Apr 13 12:39:42 2016 +0000
- Parent:
- 4:ee98296289d0
- Commit message:
- LinkNode_DataAdvertising
Changed in this revision
Sensors.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Sensors.cpp Mon Feb 22 08:55:19 2016 +0000 +++ b/Sensors.cpp Wed Apr 13 12:39:42 2016 +0000 @@ -6,7 +6,7 @@ void add_data(void) { - data_1 =0x123456789abcdef ; + data_1 = data_1+1; } Sensors::tmpSensorValue_t Sensors::get()