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