Add CRC16 with reverse bit order
This commit is contained in:
parent
5c3d6461a1
commit
0d6cba4530
5 changed files with 450 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ CFLAGS = $(CCFLAGS)
|
|||
|
||||
PRGNAME = metawatch
|
||||
|
||||
MEMBERS = metawatch
|
||||
MEMBERS = metawatch crc16ccitt
|
||||
|
||||
# no need to change anything below this line
|
||||
# ------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue