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: 10 months ago
JSON representation

MicroPython module for DS3231 RTC

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)