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.
Revision 1:b1f67aa4c9ee, committed 2015-10-13
- Comitter:
- tsuparit
- Date:
- Tue Oct 13 08:48:32 2015 +0000
- Parent:
- 0:e97bf680f246
- Commit message:
- Checkpoint update
Changed in this revision
| eepromlib.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e97bf680f246 -r b1f67aa4c9ee eepromlib.h --- a/eepromlib.h Wed Sep 23 07:59:38 2015 +0000 +++ b/eepromlib.h Tue Oct 13 08:48:32 2015 +0000 @@ -3,6 +3,11 @@ #define EEPROMBUFFERSIZE 32 #endif + + +#define bitchk(var,pos) ((var) & (1<<(pos))) + + char eedata[EEPROMBUFFERSIZE]; void eeprom_delay(int delaytime)