WiringNG: How I can use interupt?

84 Views Asked by At

I have raspberry pi driver code for Some device.
The driver code is using wiringPy , and use wiringPiISR function for gpio interupt.

I am trying use this driver code in NanoPi.
The NanoPi use WiringNG instead of wiringPy.
But in WiringNG, gpio interupt function is not implemented.
How I can use interupt in NanoPi?

0

There are 0 best solutions below