Skip to content

Commit f86b454

Browse files
authored
Merge pull request #11 from brentru/readthedocs
adding rtd and discord
2 parents 0d45dca + 3fc7a92 commit f86b454

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Adafruit CircuitPython Register library
22
=======================================
33

4+
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-register/badge/?version=latest
5+
:target: https://circuitpython.readthedocs.io/projects/register/en/latest/
6+
:alt: Documentation Status
7+
8+
.. image :: https://img.shields.io/discord/327254708534116352.svg
9+
:target: https://discord.gg/nBQh6qu
10+
:alt: Discord
11+
412
This library provides a variety of data descriptor class for `Adafruit
513
CircuitPython <https://github.com/adafruit/circuitpython>`_ that makes it really
614
simple to write a device drivers for a I2C and SPI register based devices. Data

0 commit comments

Comments
 (0)