raspberry-sharp-io
raspberry-sharp-io copied to clipboard
Interrupts
Forgive my ignorance, but are there any examples for configuring interrupts?
I am attempting to have an event fire on the falling edge of a given pin but so far I've been unsuccessful. I'm attempting to mimic the behavior I get using NETMF with "new InterruptPort(irqPin, false, Port.ResistorMode.PullUp, Port.InterruptMode.InterruptEdgeLow)".