SignalCapture(Pin, ResistorMode, InterruptMode)

WHat is the difference between those constructors?

SignalCapture(Pin, ResistorMode, InterruptMode)
SignalCapture(Pin, ResistorMode)

Has the captured array a different meaning, which results from a different InterruptMode parameter?

@ Alex111 - It currently just creates an interrupt port internally instead of an input port, but it has no other effect.

Ok THanks.

So it makes no difference? But why do we have two constructors then?

@ Alex111 - Potential future use.