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

Method close

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

Source from the content-addressed store, hash-verified

21class I2C extends Native("_xs_i2c_destructor") {
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); }

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected