https://github.com/znitche/pico-rtc-ds3231
MicroPython module for DS3231 RTC
https://github.com/znitche/pico-rtc-ds3231
ds3231 micropython rtc
Last synced: 10 months ago
JSON representation
MicroPython module for DS3231 RTC
- Host: GitHub
- URL: https://github.com/znitche/pico-rtc-ds3231
- Owner: zNitche
- License: mit
- Created: 2023-05-24T14:33:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T19:43:52.000Z (over 1 year ago)
- Last Synced: 2025-04-02T07:51:13.453Z (about 1 year ago)
- Topics: ds3231, micropython, rtc
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### pico-rtc-ds3231
MicroPython module for DS3231 RTC.
#### Usage
Example at [main.py](main.py)
#### Resources
- [Datasheet](https://www.analog.com/media/en/technical-documentation/data-sheets/ds3231.pdf)
- [First iteration inspiration](https://github.com/pangopi/micropython-DS3231-AT24C32/blob/main/ds3231.py)