Compare commits
1 Commits
2441590cb8
...
749b1653a8
Author | SHA1 | Date | |
---|---|---|---|
749b1653a8
|
12
application.cpp-example
Normal file
12
application.cpp-example
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "defines.h"
|
||||
#include "configuration.h"
|
||||
|
||||
|
||||
void setupApplication() {
|
||||
}
|
||||
|
||||
|
||||
void loopApplication() {
|
||||
}
|
||||
|
||||
|
12
application.h-example
Normal file
12
application.h-example
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef APPLICATION_H_
|
||||
#define APPLICATION_H_
|
||||
|
||||
|
||||
|
||||
void setupApplication();
|
||||
void loopApplication();
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* APPLICATION_H_ */
|
Reference in New Issue
Block a user