Skip to content

Commit 9c685ff

Browse files
committed
Added Black formatting badge
1 parent 068231a commit 9c685ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Adafruit CircuitPython BusDevice
1313
:target: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/actions/
1414
:alt: Build Status
1515

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+
1620
The ``I2CDevice`` and ``SPIDevice`` helper classes make managing transaction state
1721
on a bus easy. For example, they manage locking the bus to prevent other
1822
concurrent access. For SPI devices, it manages the chip select and protocol

0 commit comments

Comments
 (0)