Skip to content

Commit 5bdc985

Browse files
authored
Update simpletest.py
1 parent 8e6e29b commit 5bdc985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Define pins connected to the chip, use these if wiring up the breakout according to the guide:
1515
CS = digitalio.DigitalInOut(board.D5)
1616
RESET = digitalio.DigitalInOut(board.D6)
17-
# Or uncomment and instead use these if using a Feather M0 RFM9x board and the appropriate
17+
# Or uncomment and instead use these if using a Feather M0 RFM9x board and the appropriate
1818
# CircuitPython build:
1919
#CS = digitalio.DigitalInOut(board.RFM9X_CS)
2020
#RESET = digitalio.DigitalInOut(board.RFM9X_RST)

0 commit comments

Comments
 (0)