X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/85132dc280419340e3c774c29b286e74ea191598..122bbedb8b11065ef59b454724e0485c1f4e484d:/README.rst diff --git a/README.rst b/README.rst index 3522ed4..60f78b3 100755 --- a/README.rst +++ b/README.rst @@ -26,8 +26,10 @@ on hosts running micropython. Working code exists to emulate the CircuitPython p * **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 -* **time** * - substitute functions monkey-patched to time module +* **pulseio** - contains classes that provide access to basic pulse IO (PWM) +For details, see the `Blinka API reference +`_. Dependencies =============