Files
OpenEPaperLink/tag_fw/userinterface.h
2023-02-01 12:35:52 +01:00

11 lines
220 B
C

#ifndef _UI_H_
#define _UI_H_
#include <stdint.h>
void showSplashScreen();
void showApplyUpdate();
void showScanningWindow();
void addScanResult(uint8_t channel, uint8_t lqi);
void showAPFound();
void showNoAP();
#endif