mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-12 01:10:25 +00:00
14 lines
235 B
C
14 lines
235 B
C
#ifndef PLAYLIST_H
|
|
#define PLAYLIST_H
|
|
|
|
#include <WString.h>
|
|
|
|
void setupPlaylist();
|
|
void loopPlaylist();
|
|
|
|
void PlaylistNextFace();
|
|
String PlaylistGetCurrentFace();
|
|
int32_t PlaylistGetRemainingTimeMs();
|
|
void PlaylistResetTimer();
|
|
|
|
#endif |