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
read callback (when using I2C) now using readRegister16Region16
-read callback (when I2C) is not using readRegister16Region16. This allows it to be the same call for I2C and SPI
-simplified my type check if statement to only include a single line of I2C specific code (the header shifting).
-Note, this does require a slight change in the toolkit readRegister16Region16 to set nRead to WORDS not bytes.
0 commit comments