You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't swap bytes when fetching the two channel registers.
This was something I must have blindly copied from somewhere else. Chris
Satterlee pointed out that it wasn't necessary, based on empirical testing.
(The datasheet backs Chris up, too. It says that the register values are
little-endian, and the I2C's readU16() method assumes little-endian data.)
0 commit comments