#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include "../Sysfs/Sysfs.h"
Go to the source code of this file.
Functions | |
int | OpenGpioPinFd (int Pin) |
int OpenGpioPinFd | ( | int | Pin | ) |
Definition at line 10 of file OpenGpioPinFd.c.