User manual
Manuals
Brands
MIKROELEKTRONIKA Manuals
MikroElektronika Development Kits
Software
371
372
373
374
375
376
377
378
379
380
372
mikoPascal PRO for dsPIC30/33 and PIC2
4
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.
1
...
...
370
371
372
373
374
...
...
720