Quote
PCintPort::detachInterrupt(PinIndex);
PCintPort::attachInterrupt(PinIndex, PinChangeInt_RC, FALLING);
PCintPort::attachInterrupt(PinIndex, PinChangeInt_RC, FALLING);
Is there somethong like a PCintPort:ChangeTrigger(Pin, UserFunc, TriggerEvent); ???
I'm asking because I think there is a lot of overhead wehen I call deleteIntterupt + attachInterrupt just to change the trigger event.