Hi PIC Community, I´ve defined this struct and these variables:---------------------------------- struct LedColor { unsigned char Red :1; unsigned char Gre :1; unsigned char Blu :1; }; struct LedColor LedColorTab1 ; struct LedColor LedColorTab2 ; --------..
↧