• erroe C141 and c202
    my program is this: #include <REGX51.h> #include <math.h> #define s_pin P2^0; #define w_sensor P2^7; #define red_led P3^0; #define yellow_led P3^1; #define buzr P1^0; main() { while...
  • error c202
    thanks what about the error c202 . I have included the header file . why it is giving error ? can any one help
  • error c202
    Even after including the header file for the syncdelay,i,e "fx2sdly.h" iam getting an error c202 unknown identifier . iam developing a firm ware for fx2. also i need binary file to download the firm...
  • resolving C202 error
    Hi, I have been working on a project which requires interfacing a keypad and a LCD to 8051 microcontroller using keil software. New to the languge, i am unsure how to resolve a C202 error, error statement...