• About Library
    I want to create such library, that is compactable with any port or pins of the microcontroller. For example: There a function named Lcd_initialisation().I want to create its library such that...
  • Still wondering about Supplied Libraries with C51
    I am still hoping someone can educate me on what I get when purchasing the C51 development package. After reviewing the online manuals, it appears that the libraries supplied are rather limited. For...
  • About library file
    I want to ask theat how can i generate a standard library file which contain some sample function. for example: a Ray.lib which contain a add(int x,int y) function and how can i use this library...
  • About library file
    I want to ask theat how can i generate a standard library file which contain some sample function. for example: a Ray.lib which contain a add(int x,int y) function and how can i use this library...
  • About Library file
    I created a library fuction having two fuction inside 1) Loop1() 2) Loop2() when i will call the only one fucnction still the copiler will add the code for both, below i am writing the content of...