Files
OpenEPaperLink/tag_fw/userinterface.h
2023-01-28 23:17:07 +01:00

9 lines
89 B
C

#ifndef _UI_H_
#define _UI_H_
void showSplashScreen();
void showApplyUpdate();
#endif