A new method (readinto) was added a while ago to replace the read_into method. The origin read_into method is now being removed.
2.0
2.0 Release with binaries for CircuitPython 2.x. This also includes the latest change to modify I2C read_into to be readinto and is needed to work with updated drivers. Note that this might not work with CircuitPython 3.0+ releases!
0.3.1
Update the docs to correct examples.
To use in CircuitPython, download the .mpy file and copy it to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Adafruit bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
Read the [docs](https://circuitpython.readthedocs.io/projects/bus_device/en/latest/) for info on how to use it.
0.3.0
This requires [CircuitPython](https://github.com/adafruit/circuitpython/releases) 0.9.4+!
* Add option to clock SPI after a transaction. * Switch to new [BusDevice](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice) API. * Switch to `nativeio` split APIs.