micropython/docs/rp2
Krzysztof Adamski 35b1359a3a rp2: Use 0=Monday datetime convention in RTC.
The RTC in rp2 can store any, even wrong, number as a weekday in RTC.  It
was, however, discussed in #7394 that we would like to unify all ports and
use 0 as Monday, not Sunday in the machine.RTC implementation.

This patch makes sure that the default date set in RTC is adheres to this
convention.  It also fixes the example in quickref to use proper weekday to
avoid confusion.

Signed-off-by: Krzysztof Adamski <k@japko.eu>
2021-06-25 10:29:12 +10:00
..
img docs/rp2: Add skeleton docs for the rp2 port. 2021-05-30 22:31:34 +10:00
tutorial docs/rp2: Add skeleton docs for the rp2 port. 2021-05-30 22:31:34 +10:00
general.rst docs/rp2: Add skeleton docs for the rp2 port. 2021-05-30 22:31:34 +10:00
quickref.rst rp2: Use 0=Monday datetime convention in RTC. 2021-06-25 10:29:12 +10:00