JChristensen / DS3232RTC

Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks
GNU General Public License v3.0
392 stars 135 forks source link

Update "architectures=avr" to "architectures=*" #76

Closed adamgarbo closed 4 years ago

adamgarbo commented 4 years ago

Hi Jack,

I've been using your DS3232RTC library rather extensively over the past 3 years with Arduinos based on both AVR and SAMD architectures. With the exception of the minor temperature bug we resolved a while back, the library has been extremely reliable. While I know your focus has primarily been on AVR, I'm pretty darn confident that you could update your library.properties to include architectures=*. Just my two-cents!

Thanks for a great library!

Cheers, Adam

JChristensen commented 4 years ago

Thanks for your note. I would consider that but I don't have any SAMD boards. I'd want to be in a position to debug issues on various platforms.