Changed Pinout for final hardware assembly.
This commit is contained in:
parent
acc3e5c9c8
commit
ae70e9eead
@ -30,12 +30,12 @@ ota:
|
||||
password: !secret ota
|
||||
|
||||
spi:
|
||||
clk_pin: 16
|
||||
mosi_pin: 19
|
||||
clk_pin: 18
|
||||
mosi_pin: 21
|
||||
|
||||
display:
|
||||
- platform: max7219
|
||||
cs_pin: 5
|
||||
cs_pin: 16
|
||||
num_chips: 1
|
||||
lambda: |-
|
||||
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
|
||||
sensor:
|
||||
- platform: pulse_counter
|
||||
pin: 23
|
||||
pin: 19
|
||||
unit_of_measurement: "µSv/h"
|
||||
name: "Radioaktive Strahlungsleistung"
|
||||
icon: "mdi:radioactive"
|
||||
|
Loading…
Reference in New Issue
Block a user