Inicializacny commit
This commit is contained in:
13
gpiosysfs.h
Normal file
13
gpiosysfs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* gpiosysfs.h */
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
void gpioSetup(const char *pin);
|
||||
void gpioCleanup(const char *pin);
|
||||
void gpioWrite(const char *pin, const char *val);
|
||||
int msleep(long msec);
|
||||
Reference in New Issue
Block a user