Skip to content
This repository has been 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 opened this issue Nov 24, 2016 · 2 comments
Closed

[docs] read and burstRead methods missing in I2C Web IDL #475

haoxli opened this issue Nov 24, 2016 · 2 comments
Assignees
Milestone

Comments

@haoxli
Copy link
Contributor

haoxli commented Nov 24, 2016

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.

@grgustaf grgustaf added this to the 0.2 milestone Dec 6, 2016
@brianjjones
Copy link
Contributor

Fixed with #583

grgustaf pushed a commit that referenced this issue Dec 31, 2016
@grgustaf grgustaf added the fixed label Jan 4, 2017
@xiaolongx
Copy link
Contributor

Add read and burstRead methods in i2c.md with commit #583

@haoxli haoxli closed this as completed Jan 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants