X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/08d7ada8f6fc1e198ee217bea214884250adffa5..4957fd7530674c6bbdd6324c9340ff5a4e1fbbc6:/README.rst?ds=sidebyside diff --git a/README.rst b/README.rst index 2f2b713..40df1a9 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 ============= @@ -97,7 +99,7 @@ install dependencies (feel free to reuse the virtual environment from above): python3 -m venv .env source .env/bin/activate - pip install Sphinx sphinx-rtd-theme + pip install Sphinx sphinx-rtd-theme Adafruit-PlatformDetect Now, once you have the virtual environment activated: