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
Looks like I2C.send calls the callback with _simple_cmd(CMD.STOP) (which internally sends a one byte echo command to return 0x88), whereas I2C.read/I2C.transfer call the callback with port.rx, and before sending STOP.
I expect the callback of
I2C.send
to just have anerror
attribute but it also has a second argument with the value ofnew Buffer([0x88])
.The text was updated successfully, but these errors were encountered: