• c++.c(17): error C141: syntax error near '}' THIS ERROR SHOWN PLZ HELP ME
    #include<AT89X51.h> void delay(unsigned int); void main(void) { P1_1=0; /* unset pin # 1*/ P1_2=0; /* unset pin # 2*/ /* bring delay*/ delay(300); P1_1=1; /* set pin # 1*/ P1_2=1; ...
  • c++.c(17): error C141: syntax error near '}' THIS ERROR SHOWN PLZ HELP ME
    #include<AT89X51.h> void delay(unsigned int); void main(void) { P1_1=0; /* unset pin # 1*/ P1_2=0; /* unset pin # 2*/ /* bring delay*/ delay(300); P1_1=1; /* set pin # 1*/ P1_2=1; ...
  • I AM GETTING A SYNTAX ERROR AS ----PRACTICE.c(23): error C141: syntax error near '!=', expected ')'---- CAN ANY ONE HELP ME
    #include<reg51.h> unsigned int digi_val[10]={0x40,0xF9,0x24,0x30,0x19,0x12,0x02,0xF8,0x00,0x10}; // Hex value corresponding to the digits 0 to 9 sbit output_on_pin = P3^0; // Enable pin to enable the...
  • I AM GETTING A SYNTAX ERROR AS ----PRACTICE.c(23): error C141: syntax error near '!=', expected ')'---- CAN ANY ONE HELP ME
    #include<reg51.h> unsigned int digi_val[10]={0x40,0xF9,0x24,0x30,0x19,0x12,0x02,0xF8,0x00,0x10}; // Hex value corresponding to the digits 0 to 9 sbit output_on_pin = P3^0; // Enable pin to enable the...
  • Plz read. How to control SK6812 LED's using C source code
    Hi Team, I just brought the Imbuent 8051 Development Board and its really cool. it was recommend by my best friend. now got 3 board and purchase the SK6812 LED strip with 64 on it, How to turn OFF...