fix: gpio pins and modes

This commit is contained in:
Tobias Reisinger 2020-04-18 13:28:23 +02:00
parent 82f43080ac
commit fd2f5acbb3
3 changed files with 10 additions and 9 deletions

View file

@ -15,12 +15,12 @@ inverted = 0
[relay-2]
driver = gpio
pin = 0
pin = 5
inverted = 1
[relay-3]
driver = gpio
pin = 2
pin = 4
inverted = 1
[relay-4]
@ -30,25 +30,25 @@ inverted = 1
[relay-5]
driver = gpio
pin = 15
pin = 2
inverted = 1
[relay-6]
driver = gpio
pin = 16
pin = 1
inverted = 1
[relay-7]
driver = gpio
pin = 1
pin = 0
inverted = 1
[relay-8]
driver = gpio
pin = 4
pin = 16
inverted = 1
[relay-9]
driver = gpio
pin = 5
pin = 15
inverted = 1