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

Method writeWord

modules/io/i2c/smbus.js:152–155  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

150 return this.readUint16(...args);
151 }
152 writeWord(...args) {
153 trace("writeWord renamed to writeUint16\n");
154 this.writeUint16(...args);
155 }
156 readBlock(register, buffer) {
157 trace("readBlock renamed to readBuffer\n");
158 return this.readBuffer(register, buffer);

Callers

nothing calls this directly

Calls 1

writeUint16Method · 0.95

Tested by

no test coverage detected