Add CRC16 with reverse bit order

This commit is contained in:
Nils Faerber 2011-07-19 12:31:32 +02:00
parent 5c3d6461a1
commit 0d6cba4530
5 changed files with 450 additions and 4 deletions

View file

@ -5,7 +5,7 @@ CFLAGS = $(CCFLAGS)
PRGNAME = metawatch
MEMBERS = metawatch
MEMBERS = metawatch crc16ccitt
# no need to change anything below this line
# ------------------------------------------