Remove debug param
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.