Skip to content

Commit

Permalink
Update readme with chat room docs and stop a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Aug 10, 2017
1 parent f223aba commit 39f28ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Expand Up @@ -5,6 +5,14 @@ Adafruit CircuitPython BusDevice
:target: https://circuitpython.readthedocs.io/projects/bus_device/en/latest/
:alt: Documentation Status

.. image :: https://badges.gitter.im/adafruit/circuitpython.svg
:target: https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
:alt: Gitter
.. image :: https://img.shields.io/discord/327254708534116352.svg
:target: https://adafru.it/discord
:alt: Discord
The `I2CDevice` and `SPIDevice` helper classes make managing transaction state
on a bus easy. For example, they manage locking the bus to prevent other
concurrent access. For SPI devices, it manages the chip select and protocol
Expand All @@ -22,7 +30,7 @@ bundle <bundle_installation>`.
To install:

#. Download and unzip the `latest release zip <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/releases>`_.
#. Copy the unzipped `adafruit_bus_device` to the ``lib`` directory on the ``CIRCUITPY`` or ``MICROPYTHON`` drive.
#. Copy the unzipped ``adafruit_bus_device`` to the ``lib`` directory on the ``CIRCUITPY`` or ``MICROPYTHON`` drive.

API
---
Expand Down

0 comments on commit 39f28ed

Please sign in to comment.