mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 00:18:21 +00:00
14 lines
260 B
YAML
14 lines
260 B
YAML
spi:
|
|
- id: spi_max31856
|
|
clk_pin: ${clk_pin}
|
|
mosi_pin: ${mosi_pin}
|
|
miso_pin: ${miso_pin}
|
|
|
|
sensor:
|
|
- platform: max31856
|
|
name: MAX31856 Temperature
|
|
cs_pin: ${cs_pin}
|
|
update_interval: 15s
|
|
mains_filter: 50Hz
|
|
thermocouple_type: N
|