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.
1 parent 75b5a90 commit 01663b0Copy full SHA for 01663b0
adafruit_cap1188/i2c.py
@@ -28,7 +28,7 @@
28
29
"""
30
31
-import adafruit_bus_device.i2c_device as i2c_device
+from adafruit_bus_device import i2c_device
32
from micropython import const
33
from adafruit_cap1188.cap1188 import CAP1188
34
adafruit_cap1188/spi.py
-import adafruit_bus_device.spi_device as spi_device
+from adafruit_bus_device import spi_device
0 commit comments