Activity › Forums › Questions & Troubleshooting › Software & Firmware › Enabling PIN change interrupts › Reply To: Enabling PIN change interrupts
-
Hello,
If you look for the ATmega2560 pinout you can see there are a lot of PCINTxx pins. All of them are able to be used as
PinChangeInterrupt (PCINT).You only have to look for “Pin Change Interrupt Arduino MEGA”. there are a lot of examples how to do that depending on your needs.
There are also ready to use libraries to do that.
regards
Marco