Add commented out import for DigitalInOut
This seems to be the better way in order to avoid confusion
This commit is contained in:
parent
b949e87e1a
commit
5de83ddcf7
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ type RFID tag
|
|||
|
||||
import board
|
||||
import busio
|
||||
#from digitalio import DigitalInOut
|
||||
#
|
||||
# NOTE: pick the import that matches the interface being used
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue