]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - README.rst
Added badge for Black to readme
[Adafruit_Blinka-hackapet.git] / README.rst
index e94a478b6c0e2e72d78ef5f1277c71a877724675..5e806ad9efe439d258776cb5b409d0b7d21d1346 100755 (executable)
@@ -9,15 +9,20 @@ Introduction
     :target: https://discord.gg/nBQh6qu
     :alt: Discord
 
-.. image:: https://travis-ci.org/adafruit/Adafruit_Blinka.svg?branch=master
-    :target: https://travis-ci.org/adafruit/Adafruit_Blinka
+.. image:: https://travis-ci.com/adafruit/Adafruit_Blinka.svg?branch=master
+    :target: https://travis-ci.com/adafruit/Adafruit_Blinka
     :alt: Build Status
 
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
+    :target: https://github.com/psf/black
+    :alt: Code Style: Black
+
 This repository contains a selection of packages mirroring the CircuitPython API
 on hosts running micropython. Working code exists to emulate the CircuitPython packages;
 
 * **board** - breakout-specific pin identities
 * **microcontroller** - chip-specific pin identities
+* **analogio** - analog input/output pins, using pin identities from board+microcontroller packages
 * **digitalio** - digital input/output pins, using pin identities from board+microcontroller packages
 * **bitbangio** - software-driven interfaces for I2C, SPI
 * **busio** - hardware-driven interfaces for I2C, SPI, UART
@@ -28,7 +33,7 @@ Dependencies
 =============
 
 The Micropython compatibility layers described above are intended to provide a CircuitPython-like API for devices which
-are running Micropython. Since corresponding packages should be built-in to any standard
+are running CPython or Micropython. Since corresponding packages should be built-in to any standard
 CircuitPython image, they have no value on a device already running CircuitPython and would likely conflict in unhappy ways.
 
 The test suites in the test/src folder under **testing.universal** are by design