aboutsummaryrefslogtreecommitdiffstats
path: root/api.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api.hpp')
-rw-r--r--api.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/api.hpp b/api.hpp
index 735d55b..3863388 100644
--- a/api.hpp
+++ b/api.hpp
@@ -1,6 +1,7 @@
#ifndef __API_H__
#define __API_H__
+#include "pico/util/datetime.h"
#include "oled/ss_oled.h"
class Api {
@@ -12,6 +13,7 @@ class Api {
void init();
int dispWriteString(int iScrollX, int x, int y, char *szMsg, int iSize, int bInvert, int bRender);
void dispFill(unsigned char ucData, int bRender);
+ bool getDatetime(datetime_t *t);
};
#endif \ No newline at end of file