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.

Dependencies:   mbed millis

Fork of QSL_SimplePublish by Jon-Håkon Bøe Røli

QSL SimplePublish

SmartMesh IP QuickStart Library

Revision:
9:f723949a18b7
Parent:
1:89766ea2e99d
--- 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