more files moved and adjusted to new structure

This commit is contained in:
2019-11-18 16:19:15 +01:00
parent 3fcd00a8a9
commit 44fc14085e
8 changed files with 57 additions and 185 deletions

16
sketch/application.h Normal file
View File

@ -0,0 +1,16 @@
/*
* application.h
*
* Created on: Aug 20, 2017
* Author: wn
*/
#ifndef APPLICATION_H_
#define APPLICATION_H_
void setupApplication();
void loopApplication();
#endif /* APPLICATION_H_ */