Program that uses the QuickStart Library to interface a SmartMesh IP mote: Connects to the default network and starts publishing a random walk value every 5 seconds.
Fork of QSL_SimplePublish by
QSL SimplePublish
SmartMesh IP QuickStart Library
- GitHub repository
- Current release used: REL-1.0.2.2
- Documentation
- Discussion
Revision 9:f723949a18b7, committed 2016-11-04
- Comitter:
- jhbr
- Date:
- Fri Nov 04 14:19:34 2016 +0000
- Parent:
- 8:8eb144b9ada3
- Commit message:
- Deactivated DEBUG prints and updated mbed library to v128
Changed in this revision
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
sm_qsl/dn_debug.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed.bld Thu Nov 03 09:35:50 2016 +0000 +++ b/mbed.bld Fri Nov 04 14:19:34 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/25aea2a3f4e3 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/9bcdf88f62b0 \ No newline at end of file
--- a/sm_qsl/dn_debug.h Thu Nov 03 09:35:50 2016 +0000 +++ b/sm_qsl/dn_debug.h Fri Nov 04 14:19:34 2016 +0000 @@ -14,7 +14,7 @@ #include <string.h> /* Comment out this define to include debug messages */ -//#define NDEBUG +#define NDEBUG /* Comment out this define to include log messages */ //#define NLOG