Skip to content

Write CV Bit Programming Command

David edited this page Dec 14, 2021 · 1 revision

Usage

const options = {
    cv: 14,
    bit: 4,
    value: 1,
    callbackNum: 1024,
    callbackSub: 3
}

writeCVBitProgrammingCommand(options)
// returns '<B 14 4 1 1024 3>'
Clone this wiki locally