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 9c5fc83 commit b569d69Copy full SHA for b569d69
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 0-59.
+/// `subseconds` is a free-running timer and counts down from 255 to 0, hundreds of times a second.
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