wrong file location
This commit is contained in:
parent
e8092898b1
commit
7cc358b56b
2 changed files with 58 additions and 0 deletions
10
Marlin/watchdog.h
Normal file
10
Marlin/watchdog.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef __WATCHDOGH
|
||||
#define __WATCHDOGH
|
||||
#ifdef
|
||||
/// intialise watch dog with a 1 sec interrupt time
|
||||
void wd_init();
|
||||
/// pad the dog/reset watchdog. MUST be called at least every second after the first wd_init or avr will go into emergency procedures..
|
||||
void wd_reset();
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue