mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 04:51:31 +11:00
GPIO23 actually controls the 'power save' function on the SMPS.
If GPIO23 is low, the power supply is in low-power mode. But it generates some noise. If GPIO23 is high, the power supply is less efficient, but it generates less noise too.
This commit is contained in:
parent
1541e0dfa4
commit
cc612b89fd
|
@ -33,7 +33,7 @@ hal::bsp_pins!(
|
|||
Gpio20 { name: gpio20 },
|
||||
Gpio21 { name: gpio21 },
|
||||
Gpio22 { name: gpio22 },
|
||||
Gpio23 { name: bootsel },
|
||||
Gpio23 { name: b_power_save },
|
||||
Gpio24 { name: vbus_detect },
|
||||
Gpio25 { name: led },
|
||||
Gpio26 { name: gpio26 },
|
||||
|
|
Loading…
Reference in a new issue