Do I need to poll all the time to check whether a key has been pressed ? I'm using SIOReadKeypad, I set up a thread which just continually calls SIOReadKeypad.
Ok, but do I still need to keep polling the SIOReadKeypad function within a loop to continually get the key pressed ? Could I not set up a notification ? Under the hood, is the SIOReadKeypad() using interrupts ?