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
sm_clib/dn_clib_version.h
- Committer:
- jhbr
- Date:
- 2016-09-01
- Revision:
- 1:89766ea2e99d
- Parent:
- dn_clib_version.h@ 0:d3f5fdf2e6da
File content as of revision 1:89766ea2e99d:
#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