Skip to content

Remove debug param

Compare
Choose a tag to compare
@tannewt tannewt released this 12 Jun 21:19
b9280af

Removes debug flag from I2CDevice because it cost 800 bytes of code size when frozen into CircuitPython. It also costs that in ram when loaded normally.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.