LinkNode_DataAdvertising
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 |
diff -r ee98296289d0 -r 66c0e776190b Sensors.cpp --- 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()