mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
16 lines
236 B
YAML
16 lines
236 B
YAML
spi:
|
|
- id: spi_mcp3204
|
|
clk_pin: 2
|
|
mosi_pin: 3
|
|
miso_pin: 4
|
|
|
|
mcp3204:
|
|
- id: mcp3204_hub
|
|
cs_pin: 6
|
|
|
|
sensor:
|
|
- platform: mcp3204
|
|
id: mcp3204_sensor
|
|
mcp3204_id: mcp3204_hub
|
|
number: 0
|
|
update_interval: 5s
|