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

Method doI2CConfig

modules/io/firmata/firmataclient.js:376–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

374 this.write(enable ? 1 : 0);
375 }
376 doI2CConfig() {
377 this.write(0xF0); // SYSEX BEGIN
378 this.write(0x78); // I2C_CONFIG
379 this.write(0); //@@ implement delay
380 this.write(0);
381 this.write(0xF7); // SYSEX END
382 }
383 doI2CRead(address, count) {
384 if (undefined == count) {
385 return;

Callers 1

constructorMethod · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected