esp8266boilerplate/application.h-example
2019-04-26 13:59:20 +02:00

13 lines
130 B
Plaintext

#ifndef APPLICATION_H_
#define APPLICATION_H_
void setupApplication();
void loopApplication();
#endif /* APPLICATION_H_ */