PlayBack
Dependencies: TPixy-Interface
Fork of ManualControlFinal by
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