mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2025-12-06 15:42:48 +08:00
7 lines
141 B
C
7 lines
141 B
C
#include <stdint.h>
|
|
|
|
uint32_t timestamp(void);
|
|
void set_timestamp(uint32_t timestamp);
|
|
void sleep_mode_enter(void);
|
|
void app_feed_wdt(void);
|