feeph / libi2c-python

abstraction layer for the I²C bus (incl. simulation for testing)
GNU General Public License v3.0
1 stars 0 forks source link

feat: support multi-byte reads for device registers #31

Closed feeph closed 1 month ago

feeph commented 1 month ago

It is unclear if it's possible to have a multi-byte state since 'register' writes look exactly like 'multi-byte state' writes.