Skip to content

Commit e5ea96a

Browse files
author
brentru
committed
correc tthe product name
1 parent db9234d commit e5ea96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wiznet5k_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# For Adafruit Ethernet FeatherWing
1414
cs = digitalio.DigitalInOut(board.D10)
15-
# For Particle Ethernet Shield
15+
# For Particle Ethernet FeatherWing
1616
# cs = digitalio.DigitalInOut(board.D5)
1717
spi_bus = busio.SPI(board.SCK, MOSI=board.MOSI, MISO=board.MISO)
1818

0 commit comments

Comments
 (0)