Update lock led processing and remove debug msgs
This commit is contained in:
parent
ac97870801
commit
9af272e4bb
4 changed files with 10 additions and 28 deletions
|
@ -75,7 +75,8 @@ void led_controller_init(void);
|
|||
// D2:D0 extinguish time (3.5ms*2^i)
|
||||
|
||||
#define IS31_REG_SHUTDOWN 0x0A
|
||||
#define IS31_REG_SHUTDOWN_ON 0x1
|
||||
#define IS31_REG_SHUTDOWN_OFF 0x1
|
||||
#define IS31_REG_SHUTDOWN_ON 0x0
|
||||
|
||||
#define IS31_REG_AGCCTRL 0x0B
|
||||
#define IS31_REG_ADCRATE 0x0C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue