mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-13 19:12:00 +00:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef APP_H
|
|
#define APP_H
|
|
|
|
void setupApp();
|
|
void loopApp();
|
|
|
|
#endif |