Skip to content

Commit 332c1b0

Browse files
authored
Update reset name.
1 parent 0cd3113 commit 332c1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
RESET = digitalio.DigitalInOut(board.D6)
1919
# Or uncomment and instead use these if using a Feather M0 RFM69 board and the appropriate CircuitPython build:
2020
#CS = digitalio.DigitalInOut(board.RFM69_CS)
21-
#RESET = digitalio.DigitalInOut(board.RFM69_RESET)
21+
#RESET = digitalio.DigitalInOut(board.RFM69_RST)
2222

2323
# Initialize SPI bus.
2424
spi = busio.SPI(board.SCK, MOSI=board.MOSI, MISO=board.MISO)

0 commit comments

Comments
 (0)