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