Skip to content

Commit 39f28ed

Browse files
committed
Update readme with chat room docs and stop a warning.
1 parent f223aba commit 39f28ed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.rst

+9-1
Original file line numberDiff line numberDiff 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
917
on a bus easy. For example, they manage locking the bus to prevent other
1018
concurrent access. For SPI devices, it manages the chip select and protocol
@@ -22,7 +30,7 @@ bundle <bundle_installation>`.
2230
To 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

2735
API
2836
---

0 commit comments

Comments
 (0)