Skip to content

Commit 0462a16

Browse files
authored
Merge pull request #25 from xon235/fix
Add commented out import for DigitalInOut
2 parents b949e87 + be99db4 commit 0462a16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/pn532_readwrite_mifare.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
import board
3131
import busio
32+
# Additional import needed for I2C/SPI
33+
#from digitalio import DigitalInOut
3234
#
3335
# NOTE: pick the import that matches the interface being used
3436
#

0 commit comments

Comments
 (0)