From e8ecdfeb1ee0c658417daf928353482dbc12d4d5 Mon Sep 17 00:00:00 2001 From: Elfking29 Date: Fri, 17 Jul 2026 23:50:28 -0400 Subject: [PATCH] Add DS1302 RTC library to Community Bundle. --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/drivers/ds1302 | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/drivers/ds1302 diff --git a/.gitmodules b/.gitmodules index 20966e5..941ad8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -529,3 +529,6 @@ [submodule "libraries/sevenseg"] path = libraries/helpers/sevenseg url = https://github.com/kritishmohapatra/circuitpython-sevenseg.git +[submodule "libraries/drivers/ds1302"] + path = libraries/drivers/ds1302 + url = https://github.com/Elfking29/CircuitPython_DS1302.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 49b6d57..14488c5 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -19,6 +19,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython BMA220](https://github.com/jposada202020/CircuitPython_BMA220.git) Driver for the Bosch BMA220 Sensor ([PyPi](https://pypi.org/project/circuitpython-bma220/)) ([Docs](https://circuitpython-bma220.readthedocs.io/en/latest/)) * [CircuitPython DisplayIO ST7565](https://github.com/mateusznowakdev/CircuitPython_DisplayIO_ST7565.git) CircuitPython displayio driver for ST7565 and ST7567 displays ([Docs](https://circuitpython-displayio-st7565.readthedocs.io/en/latest/)) * [CircuitPython_DRV8830](https://github.com/CedarGroveStudios/CircuitPython_DRV8830.git) A driver for the DRV8830 DC motor controller. +* [CircuitPython_DS1302](https://github.com/Elfking29/CircuitPython_DS1302.git) Driver for the Maxim Integrated / Analog Devices DS1302 Real Time Clock. ([PyPi](https://pypi.org/project/circuitpython-ds1302/)) ([Docs](https://circuitpython-ds1302.readthedocs.io/en/latest/)) * [CircuitPython FS3000](https://github.com/noelanderson/CircuitPython_FS3000.git) Driver for the Renesas FS3000 Air Velocity Sensor Module ([Docs](https://circuitpython-fs3000.readthedocs.io/en/latest/)) * [CircuitPython GC9A01](https://github.com/tylercrumpton/CircuitPython_GC9A01.git) Displayio driver for GC9A01 TFT LCD displays. * [CircuitPython GC9D01](https://github.com/tylercrumpton/CircuitPython_GC9D01.git) Displayio driver for GC9D01 TFT LCD displays. diff --git a/libraries/drivers/ds1302 b/libraries/drivers/ds1302 new file mode 160000 index 0000000..fd23128 --- /dev/null +++ b/libraries/drivers/ds1302 @@ -0,0 +1 @@ +Subproject commit fd231286de29545bbcc8adb1c1e4c401e189848a