EspThermometer2/sketch/application.h

17 lines
203 B
C
Raw Normal View History

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