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 is not implemented and fails with this error:
How can I accomplish the task?
Thank you very much
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
Code: Select all
wiringPiISR()
Code: Select all
wiringPiISR: Not implemented
How can I accomplish the task?
Thank you very much