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?