Closed caternuson closed 3 years ago
@ladyada This hasn't been merged yet. I can also remove chunkificaiton as part of this PR to sync with busio?
yah i think best to do that just so you can retest real fast
Still works, CCS811_test
example on Qt Py.
I don't think this library actually used chunks anyway. There aren't any bigger-than-buffer xfers.
For #29. Converts to BusIO with no change to existing library API except added a
TwoWire
parameter tobegin()
, but sets a default so should be backwards compatible.Tested on Qt PY with
CCS811_test
example sketch from library.