File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ changes such as mode. For I2C, it manages the device address.
20
20
21
21
.. _bus_device_installation :
22
22
23
+ .. note :: On microcontroller boards using CircuitPython v6.3.0 or newer, the firmware
24
+ may already have the ``adafruit_bus_device `` package builtin, thus there may be no
25
+ need to add this package to your CIRCUITPY drive's "lib" directory. If both the
26
+ builtin and add-on ``adafruit_bus_device `` packages are present, then some
27
+ libraries that require this package *might * have problems importing it.
28
+
29
+ Please check the `CircuitPython documentation's "module support matrix"
30
+ <https://circuitpython.readthedocs.io/en/latest/shared-bindings/support_matrix.html> `_
31
+ to make sure that your board's firmware does include the builtin ``adafruit_bus_device ``
32
+ package.
33
+
23
34
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
24
35
PyPI <https://pypi.org/project/adafruit-circuitpython-busdevice/> `_. To install for current user:
25
36
You can’t perform that action at this time.
0 commit comments