User manual

Table Of Contents
mikroC PRO for PIC32
MikroElektronika
347
HW Connection
4x4 Keypad connection scheme
}
UART1_Write_Text(“Key pressed: “);
UART1_Write(kp); // Send value of pressed button to UART
UART1_Write(10);
UART1_Write(13);
} while (1);
}