@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user