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

How to read pin value On LPC2468 ?

How to read pin value On LPC2468 ?

Parents
  • it is typically done via the IO Port Data register. and can bed one with the Pin register as well.

    or you can define a structure with bit variables to the same address as your Port register.

    that's assuming that you are reading digital input.

    reading analog input is a different story.

Reply
  • it is typically done via the IO Port Data register. and can bed one with the Pin register as well.

    or you can define a structure with bit variables to the same address as your Port register.

    that's assuming that you are reading digital input.

    reading analog input is a different story.

Children