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_lock.h	Thu Sep 01 15:00:28 2016 +0000
@@ -0,0 +1,32 @@
+/*
+Copyright (c) 2014, Dust Networks. All rights reserved.
+
+\license See attached DN_LICENSE.txt.
+*/
+
+#ifndef DN_LOCK_H
+#define DN_LOCK_H
+
+#include "dn_common.h"
+
+//=========================== defined =========================================
+
+//=========================== typedef =========================================
+
+//=========================== variables =======================================
+
+//=========================== prototypes ======================================
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+void dn_lock();
+void dn_unlock();
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+