initial commit

This commit is contained in:
Attila Body 2019-11-20 21:22:42 +01:00
commit 9f225a2c9d
113 changed files with 116214 additions and 0 deletions

23
application/application.h Normal file
View file

@ -0,0 +1,23 @@
/*
* app.h
*
* Created on: Aug 29, 2019
* Author: abody
*/
#ifndef APP_H_
#define APP_H_
#include <inttypes.h>
#include "main.h"
#ifdef __cplusplus
extern "C" {
#endif
void MainLoop();
#ifdef __cplusplus
} // extern "C" {
#endif // __cplusplus
#endif /* APP_H_ */