remove some bugs

This commit is contained in:
Siegfried Kienzle
2017-04-25 13:40:20 +02:00
parent acb09659b6
commit 811e431b91
3 changed files with 17 additions and 38 deletions

View File

@@ -1,9 +1,6 @@
#ifndef GPIO_H_
#define GPIO_H_
#define BASEPATH "/sys/class/gpio/"
#define GPIO_FOLDER "gpio%s/"
void writeFile(char *filename, char *buffer, size_t count);
void registerPin(char *pin);
void freePin(char *pin);