Hay I am new to LPC2114 microcontroller
In 8051 pins are bit addressable using sbit (Keil-C51) so I can declare input switch & out put LED as
Ex: sbit SWITCH P1^1 Ex: sbit LED P1^4
How to declare the input switch & out put LED in LPC2114 using Keil-ARM
Regards naresh