adafruit / Adafruit_CircuitPython_Register

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

Allow for MSB-order I2C readings #23

Closed ladyada closed 5 years ago

ladyada commented 5 years ago

Some devices like the INA260 has MSB first, we default to LSB.