1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[esp_ldo] Implement support for ESP32-P4 LDO (#9009)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Clyde Stubbs
2025-06-11 10:43:19 +10:00
committed by GitHub
parent da6af184a6
commit 9e26daeb94
5 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
esp_ldo:
- id: ldo_id
channel: 3
voltage: 2.5V
adjustable: true
- id: ldo_4
channel: 4
voltage: 2.0V
esphome:
on_boot:
then:
- esp_ldo.voltage.adjust:
id: ldo_id
voltage: !lambda return 2.5;