mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-18 09:28:17 +00:00
8 lines
117 B
C
8 lines
117 B
C
|
#ifndef FACE_TODAY_H
|
||
|
#define FACE_TODAY_H
|
||
|
|
||
|
void setupFaceToday();
|
||
|
void loopFaceToday();
|
||
|
void showFaceToday();
|
||
|
|
||
|
#endif
|