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

Method writeRead

modules/io/i2c/smbus.js:135–137  ·  view source on GitHub ↗
(buffer, count, stop = true)

Source from the content-addressed store, hash-verified

133 return this.#io.write(buffer, stop);
134 }
135 writeRead(buffer, count, stop = true) {
136 return this.#io.writeRead(buffer, count, stop);
137 }
138
139 // compatibility - to be removed
140 readByte(register) {

Callers 3

readUint8Method · 0.45
readUint16Method · 0.45
readBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected