Name

gpio_enable_pin — enables GPIO functionality

Synopsis

#include <gpio.h>   
void gpio_enable_pin (id); 
int id;
 

Arguments

id

the pin to enable

Description

GPIO pins usually can be used for other functions like Tx and Rx pins of the serial port. This function enables GPIO functionality, on the specified pin.