Skip to content

Write CV Byte Main Command

David edited this page Dec 14, 2021 · 1 revision

Usage

const options = {
    cab: 22,
    cv: 14,
    value: 134
}

writeCVByteMainCommand(options)
// returns '<w 22 14 134>'
Clone this wiki locally