Bringinh all the pieces together. #2 #7

This commit is contained in:
2017-08-27 16:31:46 +02:00
parent 98a0e3ff5f
commit eca544a421
6 changed files with 72 additions and 6 deletions

View File

@@ -3,3 +3,8 @@ void cfgdestroy(void);
void cfgreinit(void);
int cfgreadpinnumber(int element);
int cfgreadpinamount(void);
typedef struct sensornode {
char *ip;
struct sensornode *next;
}