work on GPIO handling

This commit is contained in:
Zwer2k
2021-06-13 01:24:02 +02:00
parent c25adfe28a
commit f24c40d780
13 changed files with 330 additions and 58 deletions

6
code/main/defines.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef defines_h
#define defines_h
#define CONFIG_FILE "/sdcard/config/config.ini"
#endif // ifndef defines_h