esp8266boilerplate/application.h-example

13 lines
130 B
Plaintext
Raw Permalink Normal View History

2019-04-26 13:59:20 +02:00
#ifndef APPLICATION_H_
#define APPLICATION_H_
void setupApplication();
void loopApplication();
#endif /* APPLICATION_H_ */