pwmio
This now uses pwmio
instead of pulseio
which is available in CircuitPython 6.x and Blinka 6.0.1+ too. The simpleio API is the same.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-simpleio
.
Read the docs for info on how to use it.