Update readme with include header, fixes #101

This commit is contained in:
PaulStoffregen
2020-04-04 10:27:20 -07:00
parent b9be1cb638
commit 416d009dd4

View File

@ -14,6 +14,12 @@ for time synchronization.
## Functionality
To use the Time library in an Arduino sketch, include TimeLib.h.
```c
#include <TimeLib.h>
```
The functions available in the library include
```c