Éric Bisson / Mbed 2 deprecated S5info_APP4

Dependencies:   mbed-rtos mbed CRC16

Fork of S5info_APP2 by Éric Bisson

bit.h

Committer:
ericbisson
Date:
2017-03-06
Revision:
7:5501dbea5650

File content as of revision 7:5501dbea5650:

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;