node-enocean-crc8
v1.0.0
Published
crc8 calculation as defined by the Enocean Serial Protocol Specefiation (ESP3)
Downloads
10
Maintainers
Readme
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