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:
1:89766ea2e99d
Parent:
0:d3f5fdf2e6da
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sm_clib/dn_clib_version.h	Thu Sep 01 15:00:28 2016 +0000
@@ -0,0 +1,12 @@
+#ifndef DN_CLIB_VERSION_H
+#define DN_CLIB_VERSION_H
+
+#include "dn_clib_build.h"
+
+enum {
+   VER_MAJOR = 1,
+   VER_MINOR = 0,
+   VER_PATCH = 2,
+};
+
+#endif