New release for my library swRTC, that can be used to create a software RTC on several Atmel chips. This version 1.2.4 resolves an issue with the type of a function prototype and fixes the compatibility with the Arduino IDE 1.6.7.
swRTC 1.2.4
Leonardo Miliani
Appassionato di computer e programmazione da sempre. Altre passioni sono la fotografia, l'astronomia, il trekking, le scienze naturali, la bicicletta, i fuoristrada.
You may also like...
4 Responses
Leave a Reply
You must be logged in to post a comment.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Ciao funziona anche con RTC DS2321?
Hi,
I just tested you lib and I probably found a bug which should be checked.
When I set the clock with a valid unix timestamp
for example rtc.setClockWithTimestamp(1463304547); which should be 15.05.2016 – 09:29:07 GMT
the clock is loaded with a time 24h prior to this timecode which is 14.05.2016 – 09:29:07
Regards
Reinhard
I will investigate. Thanks.
Should be fixed in version 1.2.6. Wait for the repo to update and then update from the Arduino IDE library manager (remember that I don’t provide zip archives anymore for my libs but they all can be installed directly from the Arduino IDE).