Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znitche/pico-rtc-ds3231
MicroPython module for DS3231 RTC
https://github.com/znitche/pico-rtc-ds3231
ds3231 micropython rtc
Last synced: 28 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-17T18:18:48.000Z (5 months ago)
- Last Synced: 2024-07-17T22:28:38.284Z (5 months ago)
- Topics: ds3231, micropython, rtc
- Language: Python
- Homepage:
- Size: 8.79 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)