Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ff557 commit 86a9a88Copy full SHA for 86a9a88
stmhal/rtc.c
@@ -260,7 +260,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(pyb_rtc_info_obj, pyb_rtc_info);
260
///
261
/// `weekday` is 1-7 for Monday through Sunday.
262
263
-/// `subseconds` is a free-running timer and counts down from 255 to 0, rolls around many times a second.
+/// `subseconds` counts down from 255 to 0
264
mp_obj_t pyb_rtc_datetime(uint n_args, const mp_obj_t *args) {
265
if (n_args == 1) {
266
// get date and time
0 commit comments