led tweaks
This commit is contained in:
parent
7caa6ff19a
commit
efd75d2504
@ -15,6 +15,9 @@ static void extwake_callback(uint8_t reason);
|
|||||||
// Initialization
|
// Initialization
|
||||||
|
|
||||||
void _watch_init() {
|
void _watch_init() {
|
||||||
|
// disable the LED pin (it may have been enabled by the bootloader)
|
||||||
|
watch_disable_digital_output(RED);
|
||||||
|
|
||||||
// Use switching regulator for lower power consumption.
|
// Use switching regulator for lower power consumption.
|
||||||
SUPC->VREG.bit.SEL = 1;
|
SUPC->VREG.bit.SEL = 1;
|
||||||
while(!SUPC->STATUS.bit.VREGRDY);
|
while(!SUPC->STATUS.bit.VREGRDY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user