start configuration stuff

This commit is contained in:
2022-12-18 18:08:39 +01:00
parent f4bcf7fc01
commit 4052bea374
4 changed files with 78 additions and 1 deletions

9
sketch/configuration.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _CONFIGURATION_H_
#define _CONFIGURATION_H_
void configurationSetup();
void configurationLoop();
#endif // _CONFIGURATION_H_