project file splitting

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-10 22:11:18 +02:00
parent 858c45fdcc
commit eae8b78c60
4 changed files with 231 additions and 202 deletions

10
main/setup.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void setup(void);
void loop(void);
#ifdef __cplusplus
}
#endif