8 Commits
Author SHA1 Message Date
TD-er 84e282014e [Cleanup] Apply minor suggestions from PVS Studio 2022-06-27 12:11:27 +02:00
TD-er db623be270 [I2C] Fix switching low/high clock + fix PCF8563 ext. RTC
`initI2C()` did not setup I2C due to inverted check if enabled.

Also made code for switching I2C frequency a bit more readable.

PCF8563 was not running reliable on ESP32, since I2C was initialized after the ext. RTC was tried to read.
2021-09-25 20:49:19 +02:00
TD-er 03d430d64b [RTC lib] Makecentury bit unambiguous in C++ terms 2021-08-09 03:05:46 +02:00
TD-erandGitHub a006edf5f4 Fix setting month + century bit RTC lib
As suggested by @uzi18
2021-08-08 11:45:06 +02:00
Ton Huisman 2d18d264e4 [RTClib] (Bugfix) Write month correctly to DS3231 (#3749) 2021-08-07 17:43:44 +02:00
TD-er 5c5a3590f4 [Ext. RTC] Fix some library bugs and add some validity checks 2021-07-20 19:44:38 +02:00
TD-er 3e74fde010 [RTClib] Remove TinyWireM from depends 2021-07-20 00:01:02 +02:00
TD-er 366ba13f11 [RTClib] Add lib/Adafruit_RTClib 2021-07-19 22:52:07 +02:00