Skip to content

Commit 52613a4

Browse files
author
Amanda Butler
authored
Update Rtc.md
Fix capitalization and link.
1 parent b2efffa commit 52613a4

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/api/platform

1 file changed

+2
-2
lines changed

docs/reference/api/platform/Rtc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## RTC
22

3-
The RTC (Real-Time Clock) Class provides mechanisms to set the current time of the hardware RTC with `set_time` API. The time is set as an offset measured in seconds from the time epoch (Unix Epoch - January 1, 1970).
3+
The RTC (Real-Time Clock) class provides mechanisms to set the current time of the hardware RTC with `set_time` API. The time is set as an offset measured in seconds from the time epoch (Unix Epoch - January 1, 1970).
44

5-
You can use the `attach_rtc` API to hook external RTC for using C time functions. It provides you with `init()`, `read()`, `write()` and `isenabled()` functions to be attached. [Time](/docs/v5.6/reference/time.html) provides more information about C `date` and `time` standard library functions.
5+
You can use the `attach_rtc` API to hook external RTC for using C time functions. It provides you with `init()`, `read()`, `write()` and `isenabled()` functions to be attached. <a href="/docs/v5.6/reference/time.html" target="_blank">Time</a> provides more information about C `date` and `time` standard library functions.
66

77
RTC class APIs are thread safe.
88

0 commit comments

Comments
 (0)