Skip to content

Write CV Bit Main Command

David edited this page Dec 14, 2021 · 1 revision

Usage

const options = {
    cab: 22,
    cv: 14,
    bit: 7,
    value: 1
}

writeCVBitMainCommand(options)
// returns '<b 22 14 7 1>'
Clone this wiki locally