Closed tannewt closed 6 years ago
Can someone review this please?
hiya i dont see anything conceptually amiss here, want me to test with some i2c hardware that uses this library?
@ladyada I've tested it on my end so its up to you if you want to test before approving.
tested with AMG8833 - works good!
Having
__init__
create a bytearray buffer costs 32 bytes for every UnaryStruct even when its not used. This makes code size a bit larger but its shared amongst all instances.