October 2017
Intermediate to advanced
586 pages
14h 8m
English
The integer-based interface is the most well-known. The GPIO is identified by an integer, which is used for every operation that needs to be performed on the GPIO. The following is the header that contains legacy GPIO access functions:
#include <linux/gpio.h>
There are well known functions to handle GPIO in the kernel.