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

Change stop to False and throw error if True. #30

Closed tannewt closed 5 years ago

tannewt commented 5 years ago

It will be removed from libraries and then from here.

This is a breaking API change but is needed to remove stop kwarg from libraries.

See https://github.com/adafruit/circuitpython/issues/2082 for details.

ladyada commented 5 years ago

ONE DOWN!!