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

Method readWord

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

Source from the content-addressed store, hash-verified

146 this.writeUint8(register, byte);
147 }
148 readWord(...args) {
149 trace("readWord renamed to readUint16\n");
150 return this.readUint16(...args);
151 }
152 writeWord(...args) {
153 trace("writeWord renamed to writeUint16\n");
154 this.writeUint16(...args);

Callers 8

sampleMethod · 0.45
constructorMethod · 0.45
configureMethod · 0.45
sampleMethod · 0.45
constructorMethod · 0.45
configureMethod · 0.45
sampleMethod · 0.45
sampleMethod · 0.45

Calls 1

readUint16Method · 0.95

Tested by

no test coverage detected