• sbit error
    Hello everyone I tried to write a C code using uvision but at the very beginning I got a problem with my declaration. I want to use sbit to address a single bit. My problem is that uvision...
  • Regarding sbit
    hi all, I had created some libraries. Those libraries require some pin definitions. My question is, how do I extern sbit ??? Plz Help...
  • sbit error
    Hello everyone I tried to write a C code using uvision but at the very beginning I got a problem with my declaration. I want to use sbit to address a single bit. My problem is that uvision...
  • Regarding sbit
    hi all, I had created some libraries. Those libraries require some pin definitions. My question is, how do I extern sbit ??? Plz Help...
  • Sbit doest work
    Hello ALL I need to access some of the bit positions of the SFR. But each time i tried to declare a variable of the type sbit , i get error C141: syntax error near sbit. I have read the manual and...