PIC32 demo and switch inputs

I have been looking at the PIC32 demo and though that the switches on the explorer or PIC32 board would be read as part of the demo. Either the switches are not read or I missed something big time.

PIC32 demo and switch inputs

The demo projects normally write to LEDs but don’t read from switches. You should find example code to do that in the projects that come with the hardware.

PIC32 demo and switch inputs

That is my plan. I was just surprised that there was not a RTOS example of reading switch input.
I plan on using the Microchip AN1227 as a starting point for reading a keyboard and sending data to the display driver. thanks