We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068231a commit 9c685ffCopy full SHA for 9c685ff
README.rst
@@ -13,6 +13,10 @@ Adafruit CircuitPython BusDevice
13
:target: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/actions/
14
:alt: Build Status
15
16
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
17
+ :target: https://github.com/psf/black
18
+ :alt: Code Style: Black
19
+
20
The ``I2CDevice`` and ``SPIDevice`` helper classes make managing transaction state
21
on a bus easy. For example, they manage locking the bus to prevent other
22
concurrent access. For SPI devices, it manages the chip select and protocol
0 commit comments