Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notUnique/DS3231micro
Micropython library for DS3231
https://github.com/notUnique/DS3231micro
Last synced: 3 months ago
JSON representation
Micropython library for DS3231
- Host: GitHub
- URL: https://github.com/notUnique/DS3231micro
- Owner: notUnique
- License: mit
- Created: 2019-06-05T19:51:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T10:57:00.000Z (over 1 year ago)
- Last Synced: 2024-04-29T11:33:28.490Z (6 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 15
- Watchers: 0
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-micropython - DS3231micro - MicroPython library for DS3231. (Libraries / Communications)
README
# **DS3231micro**
Micropython library for the DS3231. I found that no library supported the alarm functions of the DS3231, so i wrote this.
Features include:
* Set and get the time
* Set and use the alarmsTested on ESP8266
---
### **Installing**
Just copy the DS3231micro.py in the root directory of your board