This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

c programming

Hi

I'm not too familiar with configuring pins for an LPC2129 and need to use one for an upcoming project. I've seen numerous ways of configuring the ports/pins etc. what is the easiest way to write these in C? is it possible to write PINSEL0|=(1<<28)(1<<29) to use GPIO port 0.14?

0