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
The I2C.c for rp2040 included a special case for writes <=2 bytes, claiming that the hardware does not support these.
I'm guessing this was a workaround for an early SDK bug, since I can't find any evidence this is true.
Deleting this code did not adversely affect register reads from an is31l3731 which involve a single byte of data written to set up the address pointer, followed by a read.
Signed-off-by: Philip Howard <[email protected]>
0 commit comments