project architecture

This commit is contained in:
Arthur Barraux
2024-09-21 08:59:09 +02:00
parent f8e1e23700
commit 74df1685ed
3 changed files with 40 additions and 15 deletions
+4
View File
@@ -0,0 +1,4 @@
#ifndef MAIN_H
#define MAIN_H
void wipeScreen();
#endif