You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like if your library would also feature a compatibility for the DS1338 because its almost similar with the DS1307 but I cant tell if its exactly the same.
The text was updated successfully, but these errors were encountered:
The only difference I see is that the DS1338 has a flag in bit 5 of the control register. Even the device address is the same. It seems to have some duplicate features of the CH in the status register (shared with seconds register) but still requires to be set to zero to function.
You can use the DS1307 but just make sure to set the square wave which will also clear this flag, like ...
rtc.SetSquareWavePin(DS1307SquareWaveOut_1Hz); // or what ever you want the output pin to work
This should function until the library is updated specifically to support it.
I would like if your library would also feature a compatibility for the DS1338 because its almost similar with the DS1307 but I cant tell if its exactly the same.
The text was updated successfully, but these errors were encountered: