ObjectFollower
Dependencies: TPixy-Interface
Fork of PlayBack by
WatchdogThread.h@0:a355e511bc5d, 2018-02-01 (annotated)
- Committer:
- asobhy
- Date:
- Thu Feb 01 03:58:00 2018 +0000
- Revision:
- 0:a355e511bc5d
- Child:
- 8:a0890fa79084
before testing the QEI
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
asobhy | 0:a355e511bc5d | 1 | |
asobhy | 0:a355e511bc5d | 2 | #ifndef WDTHREAD_H_ |
asobhy | 0:a355e511bc5d | 3 | #define WDTHREAD_H_ |
asobhy | 0:a355e511bc5d | 4 | |
asobhy | 0:a355e511bc5d | 5 | |
asobhy | 0:a355e511bc5d | 6 | bool WatchdogThreadInit(); |
asobhy | 0:a355e511bc5d | 7 | void WatchdogReset(void); |
asobhy | 0:a355e511bc5d | 8 | |
asobhy | 0:a355e511bc5d | 9 | |
asobhy | 0:a355e511bc5d | 10 | |
asobhy | 0:a355e511bc5d | 11 | #endif |