Skip to content

Commit 8e6e29b

Browse files
authored
Update long line in example.
1 parent 65d9051 commit 8e6e29b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/simpletest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
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 RFM69 board and the appropriate CircuitPython build:
17+
# Or uncomment and instead use these if using a Feather M0 RFM9x board and the appropriate
18+
# CircuitPython build:
1819
#CS = digitalio.DigitalInOut(board.RFM9X_CS)
1920
#RESET = digitalio.DigitalInOut(board.RFM9X_RST)
2021

0 commit comments

Comments
 (0)