Skip to content

Commit 3334a3b

Browse files
authored
Update esp_ldo.md
1 parent c1a332f commit 3334a3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/components/esp_ldo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ component allows those regulators to be configured and enabled.
1414
esp_ldo:
1515
- channel: 3
1616
voltage: 2.5V
17+
- channel: 4 // example for sd activation on Guition JC-ESP32-P4-M3 dev board
18+
voltage: 3.3V // GPIO45 on these boards can then do PWM on that power supply line on runtime (ledc)
1719
```
1820
1921
## Configuration variables
2022
2123
- **channel** (**Required**, int): The channel number of the LDO regulator to configure. Only channels 3 and 4 are supported (1 and 2 are used internally by the chip.)
22-
- **voltage** (**Required**, voltage): The desired output voltage - must be in the range 0.5V to 2.7V.
24+
- **voltage** (**Required**, voltage): The desired output voltage - must be in the range 0.5V to 3.3V. Default is 2.7V. 3.3V in case LDO is used for SD-card slot power.
2325
- **adjustable** (*Optional*, bool): If true, the output voltage can be adjusted at run-time. Defaults to false.
2426
2527
## `esp_ldo.voltage.adjust` Action
@@ -37,7 +39,7 @@ on_...:
3739
### Configuration variables
3840

3941
- **id** (**Required**, [ID](#config-id)) The ID of the LDO to adjust.
40-
- **voltage** (**Required**, voltage): The desired output voltage - must be in the range 0.5V to 2.7V.
42+
- **voltage** (**Required**, voltage): The desired output voltage - must be in the range 0.5V to 3.3V. Defaults to 2.7V
4143

4244
## See Also
4345

0 commit comments

Comments
 (0)