We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9234d commit e5ea96aCopy full SHA for e5ea96a
examples/wiznet5k_simpletest.py
@@ -12,7 +12,7 @@
12
13
# For Adafruit Ethernet FeatherWing
14
cs = digitalio.DigitalInOut(board.D10)
15
-# For Particle Ethernet Shield
+# For Particle Ethernet FeatherWing
16
# cs = digitalio.DigitalInOut(board.D5)
17
spi_bus = busio.SPI(board.SCK, MOSI=board.MOSI, MISO=board.MISO)
18
0 commit comments