adafruit / Adafruit_CircuitPython_BusDevice

Two helper classes that handle transaction related state for I2C and SPI including locks.
MIT License
105 stars 76 forks source link

blinka substitutes for mock imports #80

Closed dhalbert closed 2 years ago

dhalbert commented 2 years ago

See if we can remove some autodoc_mock_imports now that blinka is a dependency.

dhalbert commented 2 years ago

And, we can. adafruit-blinka provides the classes that used to be missing.

dhalbert commented 2 years ago

No reason for an immediate release, since it's not a code change.