Author Topic: adafruit ds3231 RTC  (Read 2931 times)

Quinten

  • Newbie
  • *
  • Posts: 2
adafruit ds3231 RTC
« on: October 17, 2017, 12:57:45 am »
Hi all,

I am trying to conect the Adafruit DS3231 RTC to the Tiny 85(micro usb).
In the Digispark library I can only find the DS1307 RTC. is there a way to make the DS3231 work?

I hope i'm not asking something too stuped, I am a biginner ;D

redridinghood74

  • Newbie
  • *
  • Posts: 7
Re: adafruit ds3231 RTC
« Reply #1 on: October 17, 2017, 02:50:47 am »
A good library & example @ github by Jack Christensen
https://github.com/JChristensen/DS3232RTC

Quinten

  • Newbie
  • *
  • Posts: 2
Re: adafruit ds3231 RTC
« Reply #2 on: October 17, 2017, 03:34:41 am »
Thanks alot! I will try it tonight.