mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 18:06:16 +01:00
13 lines
273 B
C
13 lines
273 B
C
#include <Arduino.h>
|
|
|
|
uint16_t getAPUpdateVersion(uint8_t type);
|
|
bool checkForcedAPFlash();
|
|
bool doForcedAPFlash();
|
|
bool doAPFlash();
|
|
bool doAPUpdate(uint8_t type);
|
|
void flashCountDown(uint8_t c);
|
|
|
|
#ifdef OPENEPAPERLINK_PCB
|
|
bool extTagConnected();
|
|
bool doTagFlash();
|
|
#endif |