Skip to content

Verify CV Bit Programming Command

David edited this page Dec 14, 2021 · 1 revision

Usage

const options = {
    cv: 14,
    bit: 5,
    bitValue: 1
}

verifyCVBitProgrammingCommand(options)
// returns '<V 14 5 1>'
Clone this wiki locally