Power & Source of Big Ideas

Still no love for this issue. The majority of interrupt handling code has been commented out and the function has a nice return that prevents execution: https://github.com/wertyzp/WiringNP/blob/2e261e24d4d7e452a320af4194dead7cb7cb7e22/wiringPi/wiringPi.c#L1706 return wiringPiFailure(WPI_FATAL, "...
Hello, I am prototyping an application written in C, using the WiringNP library I would like to handle an interrupt coming from an external ADC connected to a GPIO pin on my NanoPI Neo. I see that the function wiringPiISR() is not implemented and fails with this error: wiringPiISR: Not implemented H...