Merge pull request #25 from xon235/fix

Add commented out import for DigitalInOut
This commit is contained in:
Carter Nelson 2019-08-28 12:01:57 -07:00 committed by GitHub
commit 0462a162dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,8 @@ type RFID tag
import board
import busio
# Additional import needed for I2C/SPI
#from digitalio import DigitalInOut
#
# NOTE: pick the import that matches the interface being used
#