This repository was archived by the owner on Aug 5, 2022. It is now read-only.

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.