Keyboard interrupts

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Keyboard interrupts

634 Views
davidsherman
Senior Contributor I

I have created a GPIO component, and I have MQX-Lite running.  I can use the GPIO APIs to set and clear the outputs.  Now, if I try to enable events on a pin, it just says they aren't supported, yet the pins have keyboard interrupts attached to them.  If I try to use the IRQ module, it only recognizes the port I pins.  Is there a preferred way of using keyboard interrupts with MQX-Lite?

Labels (1)
0 Kudos
1 Reply

489 Views
davidsherman
Senior Contributor I

Never mind, I wrote my own interrupt handler.

0 Kudos