device-epd/include/app.h
2020-03-02 20:58:40 +01:00

7 lines
69 B
C

#ifndef APP_H
#define APP_H
void setupApp();
void loopApp();
#endif