Program is now configurable via configuration file
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
Reference in New Issue
Block a user