Changed Pinout for final hardware assembly.

This commit is contained in:
Marcus Scholz 2022-12-06 13:44:29 +01:00
parent acc3e5c9c8
commit ae70e9eead
1 changed files with 4 additions and 4 deletions

View File

@ -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"