RTC - Get time
Materials
- AmebaD [ AMB23 / AMB21 / AMB22 / BW16 / BW16-TypeC ] x 1
Example
RTC module help microcontroller to keep track of time and is essential to our time module. Here we an example to demonstrate how to get local time and update the time.
Code
Copy and execute each line one by one to see its effect.
from machine import RTC rtc = RTC() rtc.datetime((2020, 1, 21, 1, 10, 32, 36, 0)) rtc.datetime()
Copyrights ©瑞晟微电子(苏州)有限公司 2021. All rights reserved. Terms of Use