Name

gpio_init — initializes the GPIO module

Synopsis

#include <gpio.h>   
void gpio_init (void); 
void;
 

Arguments

void

no arguments

Description

Initializes the GPIO hardware and the internal API state. Should be invoked before any other function in the GPIO module is invoked.