Source that initializes the GPIO pins. More...
#include "AppGlobal.h"
Functions | |
void | gpio_init (void) |
Function to perform LCD functionality. | |
int | configure_GPIO_pins (int GPIONUM, int Direction) |
configure the gpio pins | |
int | GPIO_pin_SetValue (int GPIONUM, int Value) |
Gpio set value high or low. | |
Source that initializes the GPIO pins.
int configure_GPIO_pins | ( | int | GPIONUM, |
int | Direction ) |
configure the gpio pins
GPIONUM | gpio pin number |
Direction | direction to which the what the gpio pin has to be set [1 - out] [0- in] |
void gpio_init | ( | void | ) |
Function to perform LCD functionality.
NULL |
int GPIO_pin_SetValue | ( | int | GPIONUM, |
int | Value ) |
Gpio set value high or low.
GPIONUM | gpio pin number |
Value | [1- high] [0- low] |