This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
[docs] read and burstRead methods missing in I2C Web IDL #475
Closed
Description
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.