project file splitting
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
10
main/setup.h
Normal file
10
main/setup.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void setup(void);
|
||||
void loop(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user