We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51ee2dd + df5fcff commit f558870Copy full SHA for f558870
examples/pn532_simpletest.py
@@ -8,7 +8,7 @@
8
import board
9
import busio
10
from digitalio import DigitalInOut
11
-from Adafruit_Circuitpython_PN532 import adafruit_pn532
+import adafruit_pn532
12
13
# I2C connection:
14
i2c = busio.I2C(board.SCL, board.SDA)
examples/readwrite_ntag2xx.py
@@ -28,7 +28,7 @@
28
29
30
31
32
33
34
#i2c = busio.I2C(board.SCL, board.SDA)
0 commit comments