Skip to content

Commit 40333a1

Browse files
committed
added driver library for the PCF85063A RTC
1 parent f3b05df commit 40333a1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,6 @@
284284
[submodule "libraries/helpers/uplot"]
285285
path = libraries/helpers/uplot
286286
url = https://github.com/jposada202020/CircuitPython_uplot.git
287+
[submodule "libraries/drivers/pcf85063a"]
288+
path = libraries/drivers/pcf85063a
289+
url = https://github.com/bablokb/circuitpython-pcf85063a.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
101101
* [nonblocking Serial Input](https://github.com/s-light/CircuitPython_nonblocking_serialinput) CircuitPython helper library to handle serial user input in an nonblocking way \([Docs](https://circuitpython-nonblocking-serialinput.readthedocs.io/))
102102
* [NVM Helper](https://github.com/FoamyGuy/Foamyguy_CircuitPython_nvm_helper) Easy interface to store and retrieve objects persisted via NVM \([Docs](https://circuitpython-nvm-helper.readthedocs.io/))
103103
* [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4
104-
104+
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC

libraries/drivers/pcf85063a

Submodule pcf85063a added at 21baeb6

0 commit comments

Comments
 (0)