We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6e29b commit 5bdc985Copy full SHA for 5bdc985
examples/simpletest.py
@@ -14,7 +14,7 @@
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 RFM9x board and the appropriate
+# 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)
0 commit comments