Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ writeString
Method
writeString
modules/io/firmata/firmataserver.js:432–435 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
430
this.write((value >> 7) & 0x7F);
431
}
432
writeString(value) {
433
for
(
let
i = 0; i < value.length; i++)
434
this.write14Bits(value.charCodeAt(i));
435
}
436
437
rebuildPort(port) {
438
if
(port.inBank) {
Callers
2
onSysex
Method · 0.95
doSendString
Method · 0.95
Calls
1
write14Bits
Method · 0.95
Tested by
no test coverage detected