Skip to content

Commit e5ed42b

Browse files
authored
Correct header file name in documentation
The documentation previously specified that the header file `RTC.h` be used in an `#include` directive to use the library. This library does not contain a file of that name. The only header file is named `RTCZero.h`.
1 parent ed6772a commit e5ed42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This library allows an enables an Arduino based on SAMD architectures (es. [Zero
55
To use this library
66

77
``` arduino
8-
#include <RTC.h>
8+
#include <RTCZero.h>
99
```
1010

1111
## Examples

0 commit comments

Comments
 (0)