Hi,
The Arduino reference for the MKR line of microprocessor boards indicates that the RTCZero library should be used only for the MKR Zero, MKR 1000 wifi and MKR wifi 1010 and that the seed studio RTC_samd21 library should be used for the MKR GSM 1400 and MKR NB 1500 etc.
I have been using the MKRZero library for the MKR GSM 1400 which seems to work fine however i decided to use the RTC_samd21 library for an upcoming project using the MKR NB 1500 however the example files using this library will not compile for the MKR 1500 target.
So i guess my question is; what is the correct RTC library to use with the MKR NB 1500 Board? If the RTCZero library works just stick with it?
Any help is much appreciated.
Cheers.