We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d9051 commit 8e6e29bCopy full SHA for 8e6e29b
examples/simpletest.py
@@ -14,7 +14,8 @@
14
# Define pins connected to the chip, use these if wiring up the breakout according to the guide:
15
CS = digitalio.DigitalInOut(board.D5)
16
RESET = digitalio.DigitalInOut(board.D6)
17
-# Or uncomment and instead use these if using a Feather M0 RFM69 board and the appropriate CircuitPython build:
+# Or uncomment and instead use these if using a Feather M0 RFM9x board and the appropriate
18
+# CircuitPython build:
19
#CS = digitalio.DigitalInOut(board.RFM9X_CS)
20
#RESET = digitalio.DigitalInOut(board.RFM9X_RST)
21
0 commit comments