#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 | CloseGpioPinFd (int Pin) |
int CloseGpioPinFd | ( | int | Pin | ) |
Definition at line 10 of file CloseGpioPinFd.c.