Add commented out import for DigitalInOut

This seems to be the better way in order to avoid confusion
This commit is contained in:
YiSuHo 2019-08-23 09:30:57 +01:00
parent b949e87e1a
commit 5de83ddcf7

View file

@ -29,6 +29,7 @@ type RFID tag
import board import board
import busio import busio
#from digitalio import DigitalInOut
# #
# NOTE: pick the import that matches the interface being used # NOTE: pick the import that matches the interface being used
# #