Skip to content

Commit 2ae8d7d

Browse files
authored
Update ntp_connection_manager.py
added SPI comment
1 parent b8f2b47 commit 2ae8d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ntp_connection_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import board
2424
from digitalio import DigitalInOut
2525

26+
# adjust with busio.SPI() as necessary...
2627
spi = board.SPI()
2728
try:
2829
from adafruit_wiznet5k.adafruit_wiznet5k import WIZNET5K

0 commit comments

Comments
 (0)