libconfig pin configuration #2

This commit is contained in:
2017-01-28 15:30:56 +01:00
parent c8182dafec
commit 74bcab7957
6 changed files with 66 additions and 8 deletions

5
configreader.h Normal file
View File

@@ -0,0 +1,5 @@
void cfginit(void);
void cfgdestroy(void);
void cfgreinit(void);
int cfgreadpinnumber(int element);
int cfgreadpinamount(void);