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
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
There are read and burstRead methods in I2C API, but not defined in Web IDL: void read(octet device, unsigned int size, octet registerAddress); void burstRead(octet device, unsigned int size, octet registerAddress);
And I think the read method should return a value, shouldn't be a void method.
The text was updated successfully, but these errors were encountered:
There are read and burstRead methods in I2C API, but not defined in Web IDL:
void read(octet device, unsigned int size, octet registerAddress);
void burstRead(octet device, unsigned int size, octet registerAddress);
And I think the read method should return a value, shouldn't be a void method.
The text was updated successfully, but these errors were encountered: