File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Adafruit CircuitPython BusDevice
55 :target: https://circuitpython.readthedocs.io/projects/bus_device/en/latest/
66 :alt: Documentation Status
77
8+ .. image :: https://badges.gitter.im/adafruit/circuitpython.svg
9+ :target: https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
10+ :alt: Gitter
11+
12+ .. image :: https://img.shields.io/discord/327254708534116352.svg
13+ :target: https://adafru.it/discord
14+ :alt: Discord
15+
816 The `I2CDevice ` and `SPIDevice ` helper classes make managing transaction state
917on a bus easy. For example, they manage locking the bus to prevent other
1018concurrent access. For SPI devices, it manages the chip select and protocol
@@ -22,7 +30,7 @@ bundle <bundle_installation>`.
2230To install:
2331
2432#. Download and unzip the `latest release zip <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/releases >`_.
25- #. Copy the unzipped `adafruit_bus_device ` to the ``lib `` directory on the ``CIRCUITPY `` or ``MICROPYTHON `` drive.
33+ #. Copy the unzipped `` adafruit_bus_device ` ` to the ``lib `` directory on the ``CIRCUITPY `` or ``MICROPYTHON `` drive.
2634
2735API
2836---
You can’t perform that action at this time.
0 commit comments