]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Add _typing and circuitpython_typing to README
authorAlec Delaney <tekktrik@gmail.com>
Wed, 19 Jan 2022 22:29:50 +0000 (17:29 -0500)
committerAlec Delaney <tekktrik@gmail.com>
Wed, 19 Jan 2022 22:29:50 +0000 (17:29 -0500)
README.rst

index 8f3aa290927d82c1ad7bb809e84730f2e92c40c8..5e9c020b8301a04ebb53dbcbc2e2dedba4ac8c6b 100755 (executable)
@@ -20,10 +20,12 @@ Introduction
 This repository contains a selection of packages emulating the CircuitPython API
 for devices or hosts running CPython or MicroPython. Working code exists to emulate these CircuitPython packages:
 
+* **_typing** - (Legacy) subset of types for C-level protocols
 * **analogio** - analog input/output pins, using pin identities from board+microcontroller packages
 * **bitbangio** - software-driven interfaces for I2C, SPI
 * **board** - breakout-specific pin identities
 * **busio** - hardware-driven interfaces for I2C, SPI, UART
+* **circuitpython_typing** - Subset of types for C-level protocols
 * **digitalio** - digital input/output pins, using pin identities from board+microcontroller packages
 * **keypad** - support for scanning keys and key matrices
 * **microcontroller** - chip-specific pin identities