ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot by ECE4333 - 2018 - Ahmed & Brandon

WatchdogThread.h

Committer:
asobhy
Date:
2018-02-01
Revision:
0:a355e511bc5d
Child:
8:a0890fa79084

File content as of revision 0:a355e511bc5d:


#ifndef WDTHREAD_H_
#define WDTHREAD_H_


bool WatchdogThreadInit();
void WatchdogReset(void);



#endif