Thank you for the fast Response! What do you mean exactly? P1IN = 0xff; P1OUT = 0; P1DIR = 0; P1SEL = 0; P1SEL = BIT0 + BIT1; // Analog Inputs P2IN = 0xff; P2OUT = 0; P2SEL = 0; P2REN = 0; P2DIR = BIT6; // P2.6 output this is the rest of the initalization
↧