Program is now configurable via configuration file

This commit is contained in:
2022-01-31 11:26:18 +01:00
parent c79c7c4855
commit 417c6d8919
10 changed files with 444 additions and 23 deletions

View File

@@ -37,7 +37,8 @@ class BOARD:
DIO1 = 23 # RaspPi GPIO 23
DIO2 = 24 # RaspPi GPIO 24
DIO3 = 25 # RaspPi GPIO 25
LED = 18 # RaspPi GPIO 18 connects to the LED on the proto shield
LED = 13 # RaspPi GPIO 18 connects to the LED on the proto shield
# Made it GPIO 13, as pin 18 is in use by Direwolf (M. Konstapel 2022-01-27)
SWITCH = 4 # RaspPi GPIO 4 connects to a switch
# The spi object is kept here