MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / writeByte

Method writeByte

modules/io/i2c/smbus.js:144–147  ·  view source on GitHub ↗
(register, byte)

Source from the content-addressed store, hash-verified

142 return this.readUint8(register);
143 }
144 writeByte(register, byte) {
145 trace("writeByte renamed to writeUint8\n");
146 this.writeUint8(register, byte);
147 }
148 readWord(...args) {
149 trace("readWord renamed to readUint16\n");
150 return this.readUint16(...args);

Callers 11

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
write32Method · 0.45
runMethod · 0.45
writeAuxMethod · 0.45
i2c.jsFile · 0.45
main.jsFile · 0.45
constructorMethod · 0.45
closeMethod · 0.45

Calls 1

writeUint8Method · 0.95

Tested by

no test coverage detected