]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - README.rst
Merge pull request #207 from caternuson/iss206
[hackapet/Adafruit_Blinka.git] / README.rst
index e94a478b6c0e2e72d78ef5f1277c71a877724675..07266d737bb2b46c829c28ecb8d54f508420ea89 100755 (executable)
@@ -9,8 +9,8 @@ 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
 
 This repository contains a selection of packages mirroring the CircuitPython API
@@ -18,6 +18,7 @@ on hosts running micropython. Working code exists to emulate the CircuitPython p
 
 * **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 +29,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