26 lines
1004 B
Markdown
26 lines
1004 B
Markdown
# Rtc
|
|
|
|
Arduino Real Time Clock library.
|
|
An RTC library with deep device support.
|
|
|
|
[![Donate](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4)
|
|
|
|
Now supports esp8266.
|
|
Now supports SoftwareWire library.
|
|
|
|
For quick questions jump on Gitter and ask away.
|
|
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Makuna/Rtc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
|
|
For bugs, make sure there isn't an active issue and then create one.
|
|
|
|
## Documentation
|
|
[See Wiki](https://github.com/Makuna/Rtc/wiki)
|
|
|
|
## Installing This Library (prefered, you just want to use it)
|
|
Open the Library Manager and search for "Rtc by Makuna" and install
|
|
|
|
## Installing This Library From GitHub (advanced, you want to contribute)
|
|
Create a directory in your Arduino\Library folder named "Rtc"
|
|
Clone (Git) this project into that folder.
|
|
It should now show up in the import list when you restart Arduino IDE.
|