I want to create android application that is able to control GPIO, LED, Serial port.
I’ve searched a lot but can’t get enough of good solution.
The following is the programming path which I understand.
I want to know how to build custom driver file. (not to build android sdk)
meaning of build custom driver file indicates that adding a new file (luobogpio.c into where?), modifying Makefile, creating object file, and so on.