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

dn_watchdog.c

Committer:
jhbr
Date:
2016-11-04
Revision:
9:f723949a18b7
Parent:
0:d3f5fdf2e6da

File content as of revision 9:f723949a18b7:

/*
Copyright (c) 2016, Dust Networks. All rights reserved.

Port of the watchdog module to the NUCLEO-L053R8.

\license See attached DN_LICENSE.txt.
*/


#include "dn_watchdog.h"

//=========================== variables =======================================

//=========================== prototypes ======================================

//=========================== public ==========================================

void dn_watchdog_feed(void)
{
	// Nothing to do since we have not implemented a watchdog in this example
}

//=========================== private =========================================

//=========================== helpers =========================================