8000
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 b569d69 commit e9ff557Copy full SHA for e9ff557
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, hundreds of times a second.
+/// `subseconds` is a free-running timer and counts down from 255 to 0, rolls around many 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