User manual

372
mikoPascal PRO for dsPIC30/33 and PIC24
MikroElektronika
HW Connection
4x4 Keypad connection scheme
end;
UART1_Write_Text(‘Key pressed: ‘);
UART1_Write(kp); // Send value of pressed button to UART
UART1_Write(10);
UART1_Write(13);
end;
end.