Tool/software:
I want to write a kernel module file, what functions can I call to get gpio and control gpio? What method can I use to quickly read the input level of gpio?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I want to write a kernel module file, what functions can I call to get gpio and control gpio? What method can I use to quickly read the input level of gpio?
Hello,
TI E2E forums cannot help with developing custom applications. We can only provide support for code written and tested by TI in the Linux SDK.
From a quick search, libgpiod library is something that you can look into: https://github.com/brgl/libgpiod
Best Regards,
Anshu