adafruit / Adafruit_CircuitPython_Register

Python data descriptor classes to represent hardware registers on I2C devices.
MIT License
52 stars 24 forks source link

Remove stop kwarg and use write_then_readinto. #27

Closed tannewt closed 5 years ago

tannewt commented 5 years ago

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

caternuson commented 5 years ago

I'll test this one.

caternuson commented 5 years ago

Looks good. This one was tested using a BNO055, which uses register a lot.