1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

Add gp8403 output component (#4495)

Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
This commit is contained in:
Jesse Hills
2023-05-08 12:45:12 +12:00
committed by GitHub
parent ce8a77c765
commit 679633245d
8 changed files with 186 additions and 0 deletions

View File

@@ -208,6 +208,12 @@ tlc5947:
clock_pin: GPIO14
lat_pin: GPIO15
gp8403:
- id: gp8403_5v
voltage: 5V
- id: gp8403_10v
voltage: 10V
output:
- platform: gpio
pin: GPIO2
@@ -245,6 +251,15 @@ output:
id: Led7
led: 7
- platform: gp8403
id: gp8403_output_0
gp8403_id: gp8403_5v
channel: 0
- platform: gp8403
gp8403_id: gp8403_10v
id: gp8403_output_1
channel: 1
demo:
esp32_ble: