Skip to content

Commit b2efffa

Browse files
author
Amanda Butler
authored
Copy edit Rtc.md
Make minor copy edits.
1 parent e90fddd commit b2efffa

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

docs/reference/api/platform/Rtc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
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 `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. [Time](/docs/v5.6/reference/time.html) provides more information about C `date` and `time` standard library functions.
66

7-
RTC class API's are thread safe.
7+
RTC class APIs are thread safe.
88

9-
RTC can keep track of time even in powered down state if secondary source of power (battery) is connected.
9+
RTC can keep track of time even in a powered down state if the secondary source of power (battery) is connected.
1010

1111
### RTC Time class reference
1212

0 commit comments

Comments
 (0)