#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "../Sysfs/Sysfs.h"
#include "../config.h"
Go to the source code of this file.
Functions | |
int | SetGpioAsOutput (int Pin) |
set a gpio pin in output mode More... | |
int SetGpioAsOutput | ( | int | Pin | ) |
set a gpio pin in output mode
Pin |
Definition at line 15 of file SetGpioAsOutput.c.