mirror of
https://github.com/esphome/esphome.git
synced 2024-12-25 06:54:52 +01:00
First Test
This commit is contained in:
parent
0b247c2703
commit
a87ce5fb85
1 changed files with 21 additions and 0 deletions
21
tests/components/gp8211/test.esp32-c3-ard.yaml
Normal file
21
tests/components/gp8211/test.esp32-c3-ard.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
i2c:
|
||||
sda: GPIO6
|
||||
scl: GPIO7
|
||||
scan: true
|
||||
|
||||
|
||||
gp8211:
|
||||
id: my_gp8211
|
||||
voltage: 10V
|
||||
|
||||
output:
|
||||
- platform: gp8211
|
||||
id: dac_output
|
||||
gp8211_id: my_gp8211
|
||||
|
||||
light:
|
||||
- platform: monochromatic
|
||||
name: "Light"
|
||||
output: dac_output
|
||||
default_transition_length: 0s
|
||||
gamma_correct: 1.0
|
Loading…
Reference in a new issue