We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d45dca + 3fc7a92 commit f86b454Copy full SHA for f86b454
README.rst
@@ -1,6 +1,14 @@
1
Adafruit CircuitPython Register library
2
=======================================
3
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
12
This library provides a variety of data descriptor class for `Adafruit
13
CircuitPython <https://github.com/adafruit/circuitpython>`_ that makes it really
14
simple to write a device drivers for a I2C and SPI register based devices. Data
0 commit comments