|
How do you get interrupt when digital input is set
Is there code showing how to get a interrupt when say a limit switch is hit?
I see the
public abstract class InterruptHandlerFunction<T>
is there example code of how to implement this for the requestInterrupts off DigitalInputs?
I'm having trouble with how to define the polymorphism of the function properly.
Thanks
|