gpio_init — initializes the GPIO module
#include <gpio.h>
void gpio_init (
)
void
no arguments
Initializes the GPIO hardware and the internal API state. Should be invoked before any other function in the GPIO module is invoked.