Skip to content

Commit

Permalink
docs/mimxrt/quickref.rst: Add a note about machine.RTC() subseconds.
Browse files Browse the repository at this point in the history
Telling that subseconds is not supported and returns always 0.

Signed-off-by: robert-hh <robert@hammelrath.com>
  • Loading branch information
robert-hh committed Aug 7, 2024
1 parent 4d39299 commit 66cc5c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/mimxrt/quickref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ The i.MXRT MCU supports battery backup of the RTC. By connecting a battery of
current drawn from the battery is ~20µA, which is rather high. A CR2032 coin
cell will last for about one year.

Note: In v1.23.0 the support for subseconds was removed. When reading the RTC, 0 will
be returned as value for subsecond, When setting the RTC time, the subsecond
field is ignored. The RTC itself does not provide a microsecond value.

SD card
-------

Expand Down

0 comments on commit 66cc5c6

Please sign in to comment.