Changed Pinout for final hardware assembly.
This commit is contained in:
parent
acc3e5c9c8
commit
ae70e9eead
@ -30,12 +30,12 @@ ota:
|
|||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
spi:
|
spi:
|
||||||
clk_pin: 16
|
clk_pin: 18
|
||||||
mosi_pin: 19
|
mosi_pin: 21
|
||||||
|
|
||||||
display:
|
display:
|
||||||
- platform: max7219
|
- platform: max7219
|
||||||
cs_pin: 5
|
cs_pin: 16
|
||||||
num_chips: 1
|
num_chips: 1
|
||||||
lambda: |-
|
lambda: |-
|
||||||
if(id(sun_state).has_state()) {
|
if(id(sun_state).has_state()) {
|
||||||
@ -52,7 +52,7 @@ display:
|
|||||||
# Here we calc and include to the firmware a power and doze values of ionizing radiation as sensor outputs
|
# Here we calc and include to the firmware a power and doze values of ionizing radiation as sensor outputs
|
||||||
sensor:
|
sensor:
|
||||||
- platform: pulse_counter
|
- platform: pulse_counter
|
||||||
pin: 23
|
pin: 19
|
||||||
unit_of_measurement: "µSv/h"
|
unit_of_measurement: "µSv/h"
|
||||||
name: "Radioaktive Strahlungsleistung"
|
name: "Radioaktive Strahlungsleistung"
|
||||||
icon: "mdi:radioactive"
|
icon: "mdi:radioactive"
|
||||||
|
Loading…
Reference in New Issue
Block a user