diff options
author | Josef Gajdusek <atx@atx.name> | 2015-05-11 21:11:37 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-13 00:12:54 +0100 |
commit | 103d12a877f09e5d812f8c9c1fbf13ddbea4f78c (patch) | |
tree | 6ae6fc565aa5064d270d8254bede2c9d24ec7694 /esp8266/modpyb.h | |
parent | b47931978feffc7739fab7261b81caed1622fc9d (diff) | |
download | micropython-103d12a877f09e5d812f8c9c1fbf13ddbea4f78c.tar.gz micropython-103d12a877f09e5d812f8c9c1fbf13ddbea4f78c.zip |
esp8266: Add utime and pyb.RTC
Diffstat (limited to 'esp8266/modpyb.h')
-rw-r--r-- | esp8266/modpyb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/modpyb.h b/esp8266/modpyb.h index 87dac5227a..5d5851afb4 100644 --- a/esp8266/modpyb.h +++ b/esp8266/modpyb.h @@ -1 +1,2 @@ extern const mp_obj_type_t pyb_pin_type; +extern const mp_obj_base_t pyb_rtc_obj; |