Adafruit_CircuitPython_BusD.../adafruit_bus_device
Jeff Epler 789ea19dc0 i2c_device: remove write(stop=), write_then_readinto(stop=)
Any code that uses the stop= kwarg will get an exception at runtime.

CircuitPython 5.x and 6.x both have writeto_then_readfrom, as does
Blinka.  However, this is incompatible with CircuitPython 4.
We have previously dropped building the 4.x bundle so this should be
OK.
2020-07-26 08:05:21 -05:00
..
__init__.py Update to new build process and turn on lint. 2017-12-08 12:08:08 -08:00
i2c_device.py i2c_device: remove write(stop=), write_then_readinto(stop=) 2020-07-26 08:05:21 -05:00
spi_device.py Ran black, updated to pylint 2.x 2020-03-16 16:45:42 -04:00