arduino-libraries / RTCZero

RTC Library for SAMD21 based boards
http://arduino.cc/en/Reference/RTC
GNU Lesser General Public License v2.1
77 stars 78 forks source link

Correct header file name in documentation #83

Closed per1234 closed 2 years ago

per1234 commented 2 years ago

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.

Originally reported at https://forum.arduino.cc/t/another-typo-in-documentation-it-can-t-be/952298