Writing a header file
#ifndef LCDFunctionsHeader //If LCD Functions is not defined (#ifndef) then define (#define) it
#define LCDFunctionsHeader
<Code Here>
#endif
If LCD Functions is not defined (#ifndef) then define (#define) it
#define LCDFunctionsHeader
<Code Here>
#endif
If LCD Functions is not defined (#ifndef) then define (#define) it
Comments
Post a Comment