Does anyone knows why?.Pressing the buttons will make the 0V and not pressing 1.4V is register. I don't know why. I am using PIC18;
void button_init(void) { /* Set button pins to input */ TRISBbits.RB1 = 1; &nbs
↧