Skip to content

Releases: sparkfun/SparkFun_RV-8803_Arduino_Library

Version 1.2.9

31 Oct 14:20
baa88f7
Compare
Choose a tag to compare

This release:

  • Changes the getEpoch method, to avoid the time zone correction from being applied twice: once by mktime; and again by the 8803 time zone settings. It prevents time-jumps seen on the DataLogger IoT.

Version 1.2.8

22 Oct 09:31
3919185
Compare
Choose a tag to compare

This release:

  • Adds Example10 which shows how to sync the RTC to GNSS (GPS) time - with Time Zone support - on different platforms

Version 1.2.7

21 Oct 17:18
a86299d
Compare
Choose a tag to compare

This release:

  • Adds new string helpers to make date formatting easier: stringDayOfWeek, stringDayOfWeekShort, stringDateOrdinal, stringMonth, stringMonthShort, stringTime8601TZ
  • Allows the Time Zone to be defined - and stored in battery-backed RAM inside the RV8803
  • Adds new methods to support time zones: setTimeZoneQuarterHours, getTimeZoneQuarterHours, setLocalEpoch, getLocalEpoch
  • Adds a new example demonstrating how to set the time zone on different platforms and how to use the new string helpers

Fix compile issue for ATmega328

13 Sep 15:10
162f101
Compare
Choose a tag to compare
v1.2.6

Update library.properties

Fix compile issue for ATmega328

12 Sep 15:40
e37da07
Compare
Choose a tag to compare
v1.2.5

Update library.properties

Clear reset when setTime()

19 Aug 15:18
Compare
Choose a tag to compare

Better handling of time skipping

07 Apr 21:21
Compare
Choose a tag to compare

Version 1.2.2

03 Feb 18:34
901ff76
Compare
Choose a tag to compare

This release corrects confusion regarding the Unix Epoch:

  • Re-add use1970sEpoch as a parameter for getEpoch and implement it
  • Change setEpoch Unix offset to 946684800.
    • 946710000 - the previous value - is Midnight Jan 1st 1970 GMT-7 (Boulder time)
  • Update examples 7 and 8 to be consistent
    • If you call setEpoch using the 1970 Epoch, you also need to call getEpoch using the 1970 Epoch

Make 1970s setEpoch false by default

14 Dec 17:26
Compare
Choose a tag to compare
v1.2.1

Remove default 1970s epoch flag. Fix for issue 23.

Fix compiler warnings, fix get/set epoch time.

09 Dec 00:00
Compare
Choose a tag to compare
v1.2.0

Update to v1.2.0 because the RV8803_ENABLE define will break a small …