Update Readme.md

Update Readme.md - minor text alignment
This commit is contained in:
pieterbl
2020-02-10 08:21:26 +01:00
committed by GitHub
parent c0436e64c1
commit 0723137212

View File

@ -148,7 +148,7 @@ Low level functions to convert between system time and individual time elements
```c
breakTime(time, &tm); // break time_t into elements stored in tm struct
makeTime(&tm); // return time_t from elements stored in tm struct
makeTime(&tm); // return time_t from elements stored in tm struct
```
The DS1307RTC library included in the download provides an example of how a time provider