Skip to content

Commit 416d009

Browse files
Update readme with include header, fixes #101
1 parent b9be1cb commit 416d009

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ for time synchronization.
1414

1515
## Functionality
1616

17+
To use the Time library in an Arduino sketch, include TimeLib.h.
18+
19+
```c
20+
#include <TimeLib.h>
21+
```
22+
1723
The functions available in the library include
1824

1925
```c

0 commit comments

Comments
 (0)