-
Notifications
You must be signed in to change notification settings - Fork 712
Comparing changes
Open a pull request
base repository: adafruit/RTClib
base: 1.14.2
head repository: adafruit/RTClib
compare: master
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 237b0d4 - Browse repository at this point
Copy the full SHA 237b0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d05d5b - Browse repository at this point
Copy the full SHA 0d05d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dff7be - Browse repository at this point
Copy the full SHA 3dff7beView commit details
Commits on Oct 29, 2021
-
Merge pull request #244 from caternuson/iss243_busio
Convert to BusIO and refactor
Configuration menu - View commit details
-
Copy full SHA for 27b5be2 - Browse repository at this point
Copy the full SHA 27b5be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae553e - Browse repository at this point
Copy the full SHA 3ae553eView commit details -
Ensure all files are properly terminated
Since we use Unix text format, all lines, including the last one, should be terminated by ASCII LF.
Configuration menu - View commit details
-
Copy full SHA for 6ff0aac - Browse repository at this point
Copy the full SHA 6ff0aacView commit details -
Merge pull request #245 from edgar-bonet/fix-pr244
Fix register address and line terminators
Configuration menu - View commit details
-
Copy full SHA for 3349ae1 - Browse repository at this point
Copy the full SHA 3349ae1View commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 313472d - Browse repository at this point
Copy the full SHA 313472dView commit details -
Merge pull request #246 from caternuson/misc_fixes
Fix ESP8266 WDT resets and DS3231 century bit issue
Configuration menu - View commit details
-
Copy full SHA for c66b9ec - Browse repository at this point
Copy the full SHA c66b9ecView commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6be8310 - Browse repository at this point
Copy the full SHA 6be8310View commit details
Commits on Dec 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for efc4eb7 - Browse repository at this point
Copy the full SHA efc4eb7View commit details
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bc6139e - Browse repository at this point
Copy the full SHA bc6139eView commit details
Commits on Dec 7, 2021
-
Merge pull request #250 from edgar-bonet/more-const
Improve const correctness
Configuration menu - View commit details
-
Copy full SHA for b4791eb - Browse repository at this point
Copy the full SHA b4791ebView commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6f73714 - Browse repository at this point
Copy the full SHA 6f73714View commit details
Commits on Feb 9, 2022
-
DS3231: Add support for fetching alarm values
This commit introduces 4 new methods for DS3231 devices: - DateTime getAlarm1(); - DateTime getAlarm2(); - Ds3231Alarm1Mode getAlarm1Mode(); - Ds3231Alarm2Mode getAlarm2Mode(); The getAlarm methods assume that the alarms are stored using 24 hour format since this library doesn't support storing alarms in 12 hour format (DS3231 hardware supports this). Updated the DS3231_alarm example to fetch alarm1. Also improved the formatting of the serial logging.
Justin Newitter committedFeb 9, 2022 Configuration menu - View commit details
-
Copy full SHA for f5adeb7 - Browse repository at this point
Copy the full SHA f5adeb7View commit details
Commits on Feb 10, 2022
-
Apply suggestions from code review
Handle edge case where the result of calling getAlarm is used to set the alarm and the mode is set to "Day" Co-authored-by: Edgar Bonet <edgar-bonet@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2596468 - Browse repository at this point
Copy the full SHA 2596468View commit details
Commits on May 13, 2022
-
The Arduino-specific `boolean' type is being phased out. Use the standard `bool' type instead.
Configuration menu - View commit details
-
Copy full SHA for b693600 - Browse repository at this point
Copy the full SHA b693600View commit details
Commits on May 14, 2022
-
Merge pull request #259 from edgar-bonet/use-bool
Replace `boolean` type by `bool`
Configuration menu - View commit details
-
Copy full SHA for 49af244 - Browse repository at this point
Copy the full SHA 49af244View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 223ca36 - Browse repository at this point
Copy the full SHA 223ca36View commit details
Commits on Aug 4, 2022
-
Merge pull request #257 from justinnewitter/get-alarm-values
DS3231: Add support for fetching alarm values
Configuration menu - View commit details
-
Copy full SHA for ce95623 - Browse repository at this point
Copy the full SHA ce95623View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c257da - Browse repository at this point
Copy the full SHA 6c257daView commit details
Commits on Aug 9, 2022
-
Fix "unused variable" warnings in DS3231_alarm.ino
These unused variables were triggering compiler warnings. As the ESP32 toolchain promotes warnings to errors, this made the CI workflow fail.
Configuration menu - View commit details
-
Copy full SHA for 1739e2e - Browse repository at this point
Copy the full SHA 1739e2eView commit details -
Merge pull request #265 from edgar-bonet/fix-warning
Fix CI failure due to unused variables
Configuration menu - View commit details
-
Copy full SHA for a944a78 - Browse repository at this point
Copy the full SHA a944a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dde49b - Browse repository at this point
Copy the full SHA 5dde49bView commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 33fb040 - Browse repository at this point
Copy the full SHA 33fb040View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f9f5da - Browse repository at this point
Copy the full SHA 7f9f5daView commit details
Commits on Nov 15, 2023
-
Merge pull request #294 from tyeth/bump-version-2023-11-14-20-46-31
Update version number to 2.1.3
Configuration menu - View commit details
-
Copy full SHA for 7cc68ac - Browse repository at this point
Copy the full SHA 7cc68acView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18154ba - Browse repository at this point
Copy the full SHA 18154baView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5298434 - Browse repository at this point
Copy the full SHA 5298434View commit details
There are no files selected for viewing