Skip to content

Releases: adafruit/Adafruit_CircuitPython_Typing

1.3.0 - Added duck typing for drivers using I2CDevice

09 Mar 19:28
8f6c8b3

Choose a tag to compare

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

01 Mar 01:22
26dfc45

Choose a tag to compare

  • Add additional types that were only in circuitpython.
  • Add py.typed so 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

25 Feb 03:50
60e5346

Choose a tag to compare

To use in CPython, pip3 install adafruit-circuitpython-typing.

Read the docs for info on how to use it.

What's Changed

1.1.0 - add ByteStream

24 Feb 18:44
85e90eb

Choose a tag to compare

To use in CPython, pip3 install adafruit-circuitpython-typing.

Read the docs for info on how to use it.

What's Changed

1.0.0 - initial release

15 Feb 19:50

Choose a tag to compare

To use in CPython, pip3 install adafruit-circuitpython-typing.

Read the docs for info on how to use it.