]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - README.rst
Merge pull request #207 from caternuson/iss206
[hackapet/Adafruit_Blinka.git] / README.rst
index 887c262474e1f391120cdd94eee8a7a8d0b4b1a4..07266d737bb2b46c829c28ecb8d54f508420ea89 100755 (executable)
@@ -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