Source position: fpgpio.pas.bak line 83
type TOnGpioInterrupt = procedure(
Sender: TGpioPin;
InterruptValue: Boolean
) of object;