Add SLEEP and DOZE functions to the menu.
Give serial commands the same defines as in the 1284p for grepping.
This commit is contained in:
parent
8f76c82433
commit
555fab59a3
9 changed files with 185 additions and 77 deletions
|
@ -42,7 +42,7 @@
|
|||
#define __SLEEP_H__
|
||||
|
||||
/* Prototypes */
|
||||
void sleep_now(void);
|
||||
void sleep_now(int howlong);
|
||||
void sleep_wakeup(void);
|
||||
|
||||
#endif /* __SLEEP_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue