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

Comments

Popular posts from this blog

HackRF with srsLTE and openlte

Blinking a LED in STM32F103C8T6 (Blue Pill) Board

Read Continuously from Serial Port in QT