mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: tomaszduda23 <tomaszduda23@gmail.com>
24 lines
411 B
YAML
24 lines
411 B
YAML
output:
|
|
- platform: gpio
|
|
id: light_test_binary
|
|
pin: 12
|
|
- platform: zephyr_pwm
|
|
id: test_ledc_1
|
|
pin: 13
|
|
- platform: zephyr_pwm
|
|
id: test_ledc_2
|
|
pin:
|
|
number: 14
|
|
inverted: true
|
|
- platform: zephyr_pwm
|
|
id: test_ledc_3
|
|
pin: 15
|
|
- platform: zephyr_pwm
|
|
id: test_ledc_4
|
|
pin: 16
|
|
- platform: zephyr_pwm
|
|
id: test_ledc_5
|
|
pin: 17
|
|
|
|
<<: !include common.yaml
|