c code for lcd keypad interfacing using lpc2148 in embeddedkeypad code lpc
SOFTWARE – USB mouse demo for EW-ARM 5.40 – board peripherials demo code for EW-ARM 4.42 – RF link with MOD-NRF24LR – OpenSource USB stack for LPC – BLINK-LED project with GCC+OpenOCD+Eclipse – OpenOCD + Eclipse set of projects 1.00 include flash write make file for LPC- P...
LPC2148 Basic UART Tutorial - Example 2 Source Code. License : GPL. */#include<lpc214x.h>#define THRE (1<<5)// Transmit Holding Register Empty#define RDR (1<<0)// Receiver Data Ready#define MULVAL 15#define DIVADDVAL 1#define NEW_LINE 0xA// Character for new line .. analogus '...