aboutsummaryrefslogtreecommitdiff
path: root/esp8266/qstrdefsport.h
diff options
context:
space:
mode:
authorJosef Gajdusek2015-05-11 21:11:37 +0200
committerDamien George2015-05-13 00:12:54 +0100
commit103d12a877f09e5d812f8c9c1fbf13ddbea4f78c (patch)
tree6ae6fc565aa5064d270d8254bede2c9d24ec7694 /esp8266/qstrdefsport.h
parentb47931978feffc7739fab7261b81caed1622fc9d (diff)
esp8266: Add utime and pyb.RTC
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r--esp8266/qstrdefsport.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h
index 704cb70c0..439afdea3 100644
--- a/esp8266/qstrdefsport.h
+++ b/esp8266/qstrdefsport.h
@@ -85,3 +85,15 @@ Q(OUT_OD)
Q(PULL_NONE)
Q(PULL_UP)
Q(PULL_DOWN)
+
+// RTC
+Q(RTC)
+Q(datetime)
+Q(memory)
+
+// utime
+Q(utime)
+Q(localtime)
+Q(mktime)
+Q(sleep)
+Q(time)