• void main (void)
    we have purchase a lpc2368 kit. and we got a keilversion3. i dont know how to see PRODUCT SERIAL NUMBER (PSN). so plz help me how to find it.
  • void main (void)
    we have purchase a lpc2368 kit. and we got a keilversion3. i dont know how to see PRODUCT SERIAL NUMBER (PSN). so plz help me how to find it.
  • syntax error near 'void'
    #include<reg51.h> #include<lcd.h> #include<uart.h> sbit lamp=P2^0; sbit motor=P2^1; //NOTES: //1: This code may be distributed and modified freely . //2: External Crystal of 11.0592 MHz...
  • syntax error near 'void'
    #include<reg51.h> #include<lcd.h> #include<uart.h> sbit lamp=P2^0; sbit motor=P2^1; //NOTES: //1: This code may be distributed and modified freely . //2: External Crystal of 11.0592 MHz...
  • In 8051 MikroC PRO, how do I combine two void functions into a void main function?
    I've formed two void functions and I want to combine the two void function together in a void main function. However, the system shows that I can't combine two void functions. How do I combine the two...