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
Diff: sm_qsl/dn_watchdog.h
- Revision:
- 1:89766ea2e99d
- Parent:
- 0:d3f5fdf2e6da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sm_qsl/dn_watchdog.h Thu Sep 01 15:00:28 2016 +0000 @@ -0,0 +1,30 @@ +/* +Copyright (c) 2016, Dust Networks. All rights reserved. + +\license See attached DN_LICENSE.txt. +*/ + +#ifndef DN_WATCHDOG_H +#define DN_WATCHDOG_H + +#include "dn_common.h" + +//=========================== defines ========================================= + +//=========================== typedef ========================================= + +//=========================== variables ======================================= + +//=========================== prototypes ====================================== + +#ifdef __cplusplus + extern "C" { +#endif + +void dn_watchdog_feed(void); + +#ifdef __cplusplus +} +#endif + +#endif