Add breathing sleep LED during USB suspend

This commit is contained in:
tmk 2013-03-15 22:22:57 +09:00
parent 42f6ff0886
commit f0c5f1b910
5 changed files with 128 additions and 9 deletions

10
common/sleep_led.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef SLEEP_LED_H
#define SLEEP_LED_H
#define NO_SUSPEND_POWER_DOWN
void sleep_led_init(void);
void sleep_led_enable(void);
void sleep_led_disable(void);
#endif