defines.h

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00024 #define sbi(port,bit)  (port |= (1<<bit))   //set bit in port
00025 #define cbi(port,bit)  (port &= ~(1<<bit))  //clear bit in port
00026 
00027 #define FALSE   0
00028 #define TRUE    1
00029 

Generated on Fri Feb 17 11:16:38 2006 for AVR063 LCD Driver for the STK504 by  doxygen 1.4.5