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

Method doPocoEnd

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

Source from the content-addressed store, hash-verified

429 this.write(0xF7); // SYSEX END
430 }
431 doPocoEnd() {
432 this.write(0xF0); // SYSEX BEGIN
433 this.write(0x01); // POCO_COMMAND (user command)
434 this.write(0x03); // POCO end
435 this.write(0xF7); // SYSEX END
436 }
437 doPocoClip(x, y, width, height) {
438 this.write(0xF0); // SYSEX BEGIN
439 this.write(0x01); // POCO_COMMAND (user command)

Callers 1

endMethod · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected