node-enocean-crc8
Version:
crc8 calculation as defined by the Enocean Serial Protocol Specefiation (ESP3)
15 lines (11 loc) • 634 B
Markdown




# node-enocean-crc8
## install
npm i -S node-enocean-crc8
## usage
const getCRC8 = require('node-enocean-crc8')
var buf = Buffer.from([0x0, 0x1, 0x0, 0x5])
console.log(getCRC8(buf)) // prints 112