Merge pull request #25 from xon235/fix
Add commented out import for DigitalInOut
This commit is contained in:
commit
0462a162dc
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ type RFID tag
|
||||||
|
|
||||||
import board
|
import board
|
||||||
import busio
|
import busio
|
||||||
|
# Additional import needed for I2C/SPI
|
||||||
|
#from digitalio import DigitalInOut
|
||||||
#
|
#
|
||||||
# NOTE: pick the import that matches the interface being used
|
# NOTE: pick the import that matches the interface being used
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue