We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932fdff commit a79852aCopy full SHA for a79852a
repl.py
@@ -127,14 +127,6 @@
127
### This is Hacky V5a Devel Stuff###
128
129
## Initialize the Second Radio ##
130
-spi1_cs0 = digitalio.DigitalInOut(board.SPI1_CS0)
131
-rf2_rst = digitalio.DigitalInOut(board.RF2_RST)
132
-rf2_busy = digitalio.DigitalInOut(board.RF2_IO0)
133
-
134
-tx_en = digitalio.DigitalInOut(board.RF2_TX_EN)
135
-rx_en = digitalio.DigitalInOut(board.RF2_RX_EN)
136
-tx_en.direction = digitalio.Direction.OUTPUT
137
-rx_en.direction = digitalio.Direction.OUTPUT
138
139
use_fsk_flag = Flag(index=register.FLAG, bit_index=7)
140
0 commit comments