You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chipKIT currently has no ability to trigger interrupts on CHANGE, only on RISING or FALLING (since that's all that the hardware supports). It might be possible to add support for CHANGE through software.