-
enum SQWAVE_FREQS_t {
SQWAVE_1_HZ,
SQWAVE_1024_HZ,
SQWAVE_4096_HZ,
SQWAVE_8192_HZ,
SQWAVE_NONE
};
should this not contain…
-
Hello, I set my Watchy time manually in the settings about 20 hours ago. Now I noticed that the time is about 2 minutes too early. Here is a picture of it:
My PC clock is synced, and I set the Watchy…
-
The repository/library for "DS3231M" has been moved from "https://github.com/SV-Zanshin/DS3231M" to "https://github.com/Zanduino/DS3231M"
the "library.properties" file has been changed to reflect t…
-
**Is your feature request related to a problem? Please describe.**
Unless I missed it (and I apologise if I did), there is no way to tell whether the clock is set.
Refer page15 of datasheet:
OSF:…
-
Could you provide instructions (or a link to some) for how to compile the firmware to upload to the clock?
I've programmed a slight modification to add an option to hide the leading zero digit from …
-
https://github.com/ArgonPrototypes/enix-clock/blob/4bc53443660d4284ea7fa6f28d79d87a8610d30d/SOFTWARE/EnixClockFirmware.ino#L581
What's the deal with 2030 as the upper bound for the year? Is it a ha…
-
There's some bug when hour count's more than 20.After reading the reference of DS3231M,Knowing that HOUR isn't typical BCD,I suggest do so:
the low-5-bits are just like BCD;
read()&B01000000…
-
`void DS3231M_Class::pinAlarm() {
writeByte(DS3231M_CONTROL,readByte(DS3231M_CONTROL)&~0x4); // Set bit 3 to on
} // of method pinAlarm()`
this logical operator (&~) should be an **or…
-
Hi !
I have an I²C bus with an INA226 and an RTC DS3231M. I'm using RTClib. When in my code I initialize my INA
`INA.setI2CSpeed(INA_I2C_STANDARD_MODE);`
`INA.begin(3, DEFAULT_R_SHUNT ,0); …
-
The library is located at https://github.com/SV-Zanshin/DS3231M
# DS3231M [![Build Status](https://travis-ci.org/SV-Zanshin/DS3231M.svg?branch=master)](https://travis-ci.org/SV-Zanshin/DS3231M) […