InterruptPort in 4.3

How do you define interrupt port in 4.3?

Is there any document that summarizes the changes made in 4.3?

As far as I know there aren’t any changes from 4.2.


var port = new Microsoft.SPOT.Hardware.InterruptPort(pin, glitchFilter, resistorMode, interruptMode);

1 Like

@ iamin - documentation says InterruptPort is in the same place as it was with 4.2.

1 Like

I guess I had too much of NETMF today… Thanks.