17 lines
203 B
C
17 lines
203 B
C
/*
|
|
* application.h
|
|
*
|
|
* Created on: Aug 20, 2017
|
|
* Author: wn
|
|
*/
|
|
|
|
#ifndef APPLICATION_H_
|
|
#define APPLICATION_H_
|
|
|
|
|
|
void setupApplication();
|
|
void loopApplication();
|
|
|
|
|
|
#endif /* APPLICATION_H_ */
|