mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 15:16:20 +00:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: tomaszduda23 <tomaszduda23@gmail.com>
10 lines
162 B
YAML
10 lines
162 B
YAML
output:
|
|
- platform: zephyr_pwm
|
|
id: pwm_output_1
|
|
pin: P0.02
|
|
- platform: zephyr_pwm
|
|
id: pwm_output_2
|
|
pin:
|
|
number: 10
|
|
inverted: true
|