Python Forum

Full Version: Enabling interrupt on Adafruits button/led board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all.

Im building a controller for a synth.

I have Adafruit's Neotrellis button/led board (https://learn.adafruit.com/adafruit-neotrellis)

I need to enable the interrupt pad on the board, but not being a programmer im kind of lost.

I posted the question on Adafruits forum but I got a partial answer

(https://forums.adafruit.com/viewtopic.php?f=47&t=178190)

They made this suggestion:

Finally, the interrupt feature has to be enabled. See keypad.py (~ line 76)

https://github.com/adafruit/Adafruit_Cir...pad.py#L76.

But I dont know how to do it....

Any caring soul can give me a push?