node-enocean-crc8

1.0.0 • Public • Published

Travis (.org) Code Climate coverage Code Climate maintainability Code Climate technical debt

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

Package Sidebar

Install

npm i node-enocean-crc8

Weekly Downloads

4

Version

1.0.0

License

CC0-1.0

Unpacked Size

11.3 kB

Total Files

6

Last publish

Collaborators

  • holgerwill