I need to do the following--
define a bit --
unsigned char data Bits 0x20;
then define the bits:
sbit GoingHigh Bits^0;
then i need a counter byte, i should define it in my header file
unsigned char data Counter 0x30;
Can you help me with this , I am a complete newbie . I keep getting errors. Thank you.