Closed smeenka closed 6 years ago
example usage for rtc.datetime(): import ntptime,time from machine import RTC as rtc t = ntptime.time() tm = time.localtime(t) rtc.datetime(tm)
@smeenka Much of SHA2017 deep sleep code was originally from this PR: https://github.com/micropython/micropython-esp32/pull/85, which is still pending.
I've just tested the rtc functionality, which is looking good and #85 is now closed, anything in particular still holding this up?
@MrSurly thanks for the info and contribution! Is active developmed for esp32 still micropython-esp32, or did I miss a memo a couple months back and it now is all happening directly in micropython/ports/esp32?
@nubcore The work continues on the main micropython repo, see https://github.com/micropython/micropython-esp32/issues/233
Hi yep, we did a switch over to the main repo now and this repo is really still just here for historical purposes. I'm going to push some changes to the README to clarify this, because while it was discussed at the time, we don't really expect everyone on the internet to watch the state of the project 24/7 :-) I'm making a start on reviewing some of the open PRs today ...
All of this functionality is now merged in the upstream repo.
From sha2017 (https://github.com/SHA2017-badge/micropython-examples-sha2017.git) I merged some stuff back into this repository.