Add CRC16 library

Dependencies:   CRC16 mbed-rtos mbed

Fork of S5info_APP4 by Éric Bisson

bit.h

Committer:
JoeyDionne
Date:
2017-03-07
Revision:
9:edf45585032a
Parent:
7:5501dbea5650

File content as of revision 9:edf45585032a:

int bit0 = 1;
int bit1 = 1<<1;
int bit2 = 1<<2;
int bit3 = 1<<3;
int bit16 = 1<<16;
int bit26 = 1<<26;
int bit27 = 1<<27;