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:
dak664 2010-12-18 20:35:58 +00:00
parent 8f76c82433
commit 555fab59a3
9 changed files with 185 additions and 77 deletions

View file

@ -42,7 +42,7 @@
#define __SLEEP_H__
/* Prototypes */
void sleep_now(void);
void sleep_now(int howlong);
void sleep_wakeup(void);
#endif /* __SLEEP_H__ */