Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed CRC16
Fork of S5info_APP2 by
Diff: bit.h
- Revision:
- 14:bd909277eb13
- Parent:
- 11:b27d1a83f688
- Child:
- 15:7c2e70c36b98
--- a/bit.h Tue Mar 07 00:54:26 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -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; \ No newline at end of file
