File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Adafruit CircuitPython BusDevice
5
5
:target: https://circuitpython.readthedocs.io/projects/bus_device/en/latest/
6
6
:alt: Documentation Status
7
7
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
+
8
16
The `I2CDevice ` and `SPIDevice ` helper classes make managing transaction state
9
17
on a bus easy. For example, they manage locking the bus to prevent other
10
18
concurrent access. For SPI devices, it manages the chip select and protocol
@@ -22,7 +30,7 @@ bundle <bundle_installation>`.
22
30
To install:
23
31
24
32
#. 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.
26
34
27
35
API
28
36
---
You can’t perform that action at this time.
0 commit comments