Skip to content

Commit b385150

Browse files
author
Amanda Butler
authored
Edit README.md
Edit file, mostly for active voice.
1 parent 5d0fda7 commit b385150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Time example
22

3-
The time interface is used to access the Real Time Clock (RTC). The time is set as an offset measured in seconds from the time epoch, which is library specific. In general the accepted time epoch is the Unix Epoch. An online converter between human readable time and Unix Epoch time is handy, try this one. If the system is not battery powered then on each reset the rtc time will be reset. Make sure to either provide battery power to keep the time or to reset it each time the device is run.
3+
You can use the time interface to access the Real Time Clock (RTC). The time is set as an offset measured in seconds from the time epoch, which is library specific. The accepted time epoch is the Unix Epoch. An online converter between human readable time and Unix Epoch time is handy, try this one. If the system is not battery powered, then on each reset, the RTC time is reset. Make sure to either provide battery power to keep the time or to reset it each time the device is run.
44

5-
There is no official time API, instead you use the functions in the example code.
5+
There is no official time API. Instead, use the functions in the example code.
66

0 commit comments

Comments
 (0)