package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev
# Functions
CRC16 with poly: x^16+x^15+x^2+1 -> 0x4003==inv(0xc002).
CRC8 with poly: x^8+x^5+x^4+1 -> 0x31==inv(0x8c).
# Interfaces
DCI means Data and Control Interface.