Releases: adafruit/Adafruit_CircuitPython_Typing
Releases · adafruit/Adafruit_CircuitPython_Typing
1.3.0 - Added duck typing for drivers using I2CDevice
Added I2CDeviceDriver duck typing class for describing classes using I2CDevice.
To use in CPython, pip3 install adafruit-circuitpython-typing.
Read the docs for info on how to use it.
1.2.0 - add py.typed; add additional types
- Add additional types that were only in circuitpython.
- Add
py.typedso this library can be used with MyPy properly.
To use in CPython, pip3 install adafruit-circuitpython-typing.
Read the docs for info on how to use it.
1.1.1 - Allow use with Python 3.7
1.1.0 - add ByteStream
To use in CPython, pip3 install adafruit-circuitpython-typing.
Read the docs for info on how to use it.
What's Changed
- added ByteStream protocol by @rimwolf-redux in #2
1.0.0 - initial release
To use in CPython, pip3 install adafruit-circuitpython-typing.
Read the docs for info on how to use it.