Closed
Description
Hi @Parthasarathy,
I discovered an implementation bug in the i2c_api.c. The address in line 270 and line 358 should not be modified as it ends up corrupting the address.
Current code
packet.chip=(address>>1) & 0x7F;
Expected code
packet.chip=address;
Metadata
Metadata
Assignees
Labels
No labels