Added support for encoding (receiving) digipeated frames

This commit is contained in:
2022-01-24 13:05:38 +01:00
parent 50f635010d
commit 5e25b5a06a
4 changed files with 19 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ class BOARD:
This is the Raspberry Pi board with one LED and a modtronix inAir9B.
"""
# Note that the BCOM numbering for the GPIOs is used.
DIO0 = 22 # RaspPi GPIO 22
DIO0 = 5 # RaspPi GPIO 5
DIO1 = 23 # RaspPi GPIO 23
DIO2 = 24 # RaspPi GPIO 24
DIO3 = 25 # RaspPi GPIO 25