Skip to content

Write CV Byte Programming Command

David edited this page Dec 14, 2021 · 1 revision

Usage

const options = {
    cv: 14,
    value: 134,
    callbackNum: 1024,
    callbackSub: 3
}

writeCVByteProgrammingCommand(options)
// returns '<W 14 134 1024 3>'
Clone this wiki locally