mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 20:38:27 +02:00
[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions * Rename Arduino test files
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
spi:
|
||||
- id: spi_mcp3008
|
||||
clk_pin: 14
|
||||
mosi_pin: 13
|
||||
miso_pin: 12
|
||||
|
||||
mcp3008:
|
||||
- id: mcp3008_hub
|
||||
cs_pin: 15
|
||||
|
||||
sensor:
|
||||
- platform: mcp3008
|
||||
id: mcp3008_sensor
|
||||
mcp3008_id: mcp3008_hub
|
||||
number: 0
|
||||
reference_voltage: 3.19
|
||||
update_interval: 5s
|
||||
Reference in New Issue
Block a user