Initial commit

This commit is contained in:
2018-04-21 22:33:02 +02:00
commit a3d8303cdb
168 changed files with 9451 additions and 0 deletions

18
configurationMode.h Normal file
View File

@ -0,0 +1,18 @@
/*
* configurationMode.h
*
* Created on: Aug 20, 2017
* Author: wn
*/
#ifndef CONFIGURATIONMODE_H_
#define CONFIGURATIONMODE_H_
void setupConfigurationNetwork();
void setupConfigurationServer();
void loopConfiguration();
#endif /* CONFIGURATIONMODE_H_ */