MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / read

Method read

modules/io/i2c/_i2c.js:24–24  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

22 constructor(options) { super(); native("_xs_i2c_constructor").call(this, options); }
23 close() { return native("_xs_i2c_close").call(this); }
24 read(count) { return native("_xs_i2c_read").call(this, count); }
25 write(buffer) { return native("_xs_i2c_write").call(this, buffer); }
26 writeRead(buffer, count) { return native("_xs_i2c_writeRead").call(this, buffer, count); }
27

Callers 5

probeMethod · 0.95
probeMethod · 0.95
probeMethod · 0.95
scanFunction · 0.95
onReadyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected