From e8e22c512ce0ea491c9c273c7ab1a92d78d0c39b Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Wed, 19 Jan 2022 17:29:50 -0500 Subject: [PATCH] Add _typing and circuitpython_typing to README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 8f3aa29..5e9c020 100755 --- a/README.rst +++ b/README.rst @@ -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 -- 2.49.0