Most recent Adafruit RTC Library

Has anyone used the most recent Adafruit RTC library located here: GitHub - adafruit/RTClib: A fork of Jeelab's fantastic RTC Arduino library

I need to use this on an Argon with a Adafruit DS3231 feather board. I am not sure if the library will port over to the Particle platform correctly. If it doesn't, I am considering using @rickkas7 library here (which is much older): GitHub - rickkas7/Adafruit_RTClib_RK: Particle port of Adafruit RTClib

@rickkas7 any quick thoughts?

I updated Adafruit_RTClib_RK to 2.1.3 to match the latest upstream version.

It was just copying the library and adding in a dependency for Adafruit_BusIO_RK because the newer version uses the Adafruit libraries to isolate I2C and SPI to make it more platform independent. No source changes were needed.

Awesome thanks @rickkas7 . I'll give this a go!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.