Skip to content

Releases: leomil72/swRTC

swRTC 1.2.9

03 Apr 15:17
Compare
Choose a tag to compare

Fixed a bug that lead to wrong timestamps/date conversions

swRTC 1.2.8

13 Feb 16:58
Compare
Choose a tag to compare

Fixed a typo that broke the compatibility with Atmega644.

swRTC 1.2.7

27 Jan 16:35
Compare
Choose a tag to compare

Added support for ATmega32U4 (only at 16 MHz)

swRTC Library 1.2.6 for Arduino IDE

29 May 09:26
Compare
Choose a tag to compare

Fixed a bug into the timestamp algorithm that lead to incorrect conversions in some circumstances when working with leap years.

swRTC Library for Arduino IDE

21 Feb 16:44
Compare
Choose a tag to compare

Fixed a bug into the deltaT arithmetics that lead the code to execute twice the computation.

swRTC Library for Arduino IDE

21 Feb 15:15
Compare
Choose a tag to compare

The swRTC Library let the user to implement a software Real-Time Clock. The more precise the crystal will be the more precise the library will be. Also works with external 32 kHz crystal if the MCU integrates the RTC (Real-Time Counter) module, i.e. available into the ATmega328P. Work with several Atmel microcontrollers and almost every version of the Arduino IDE.