Files
drivers/examples
gkits 23833e69c7 DS3231 Alarm features (#805)
* Added alarm features
* more functions
* chore: fix typo
* feat(ds3231): add Alarm2Mode type and mode consts
* docs(ds3231): add docstrings for SQW functions
* feat(ds3231): add methods for Alarm2
* fix(ds3231): use Alarm2Mode for SetAlarm2 method
* docs(ds3231): add example for alarms
* docs(ds3231): refactor alarms example
* make main function more concise to avoid llvm error for pico
* ci(ds3231): split basic and alarm tests
* style(ds3231): reorder private funcs to the bottom
* docs(ds3231): add docstring for alarm modes
* docs(ds3231): make alarm docstrings more descriptive
* chore(ds3231): fix typo in docstring
* style(ds3231): reorder public functions
* style(ds3231): reorder private methods
* chore(ds3231): add missing error handling
* feat(ds3231): use setter funcs for en/disabling instead of separate funcs
* fix(ds3231): correctly enable alarms in example
* style(ds3231): rename SetEnable32K to SetEnabled32K for consistency
* refactor(ds3231): replace legacy with regmap package
* refactor(ds3231): use Write32 instead of Tx for SetAlarm1
* chore(ds3231): remove fmt deps and and use println in examples
* refactor(ds3231): read temperature as uint16

---------

Co-authored-by: Matthias Fulz <mfulz@olznet.de>
2025-11-11 10:22:28 +01:00
..
2021-05-12 09:21:52 +02:00
2021-12-20 09:57:37 +01:00
2020-02-08 19:54:31 +01:00
2020-07-31 19:31:52 +02:00
2021-01-08 11:32:49 +01:00
2022-03-10 19:10:50 +01:00
2025-11-11 10:22:28 +01:00
2025-08-10 10:05:18 +02:00
2022-09-18 15:22:07 +02:00
2025-08-10 10:05:18 +02:00
2021-01-27 23:50:58 +01:00
2020-07-31 19:25:56 +02:00
2021-12-20 09:57:37 +01:00
2024-10-24 07:45:33 +02:00
2021-05-11 11:13:29 +02:00
2021-03-26 18:10:39 +01:00
2022-04-08 15:41:46 +02:00
2021-12-20 09:57:37 +01:00
2020-02-08 19:54:31 +01:00
2025-02-13 18:26:26 +01:00
2022-09-25 13:23:16 +02:00
2023-05-20 15:49:13 +02:00
2023-08-27 11:38:33 +02:00
2021-11-21 14:46:15 +01:00
2023-09-20 19:14:17 +02:00
2020-02-26 19:56:13 +01:00
2025-01-28 12:17:12 +01:00
2020-02-08 19:54:31 +01:00
2023-09-19 08:31:43 +02:00
2022-02-18 06:01:55 +01:00
2021-01-27 23:50:58 +01:00
2021-01-27 23:50:58 +01:00
2020-02-08 19:54:31 +01:00
2025-01-28 12:42:18 +01:00
2023-05-21 00:32:05 +02:00
2021-12-14 09:14:10 +09:00