Skip to content
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
@haoxli

Description

@haoxli

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions