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 0cd3113 commit 332c1b0Copy full SHA for 332c1b0
examples/simpletest.py
@@ -18,7 +18,7 @@
18
RESET = digitalio.DigitalInOut(board.D6)
19
# Or uncomment and instead use these if using a Feather M0 RFM69 board and the appropriate CircuitPython build:
20
#CS = digitalio.DigitalInOut(board.RFM69_CS)
21
-#RESET = digitalio.DigitalInOut(board.RFM69_RESET)
+#RESET = digitalio.DigitalInOut(board.RFM69_RST)
22
23
# Initialize SPI bus.
24
spi = busio.SPI(board.SCK, MOSI=board.MOSI, MISO=board.MISO)
0 commit comments