EEEE

Files at this revision

API Documentation at this revision

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)