https://github.com/notUnique/DS3231micro
  
  
    Micropython library for DS3231 
    https://github.com/notUnique/DS3231micro
  
        Last synced: 6 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 6 years ago)
 - Default Branch: master
 - Last Pushed: 2023-03-06T10:57:00.000Z (over 2 years ago)
 - Last Synced: 2024-08-05T00:07:02.354Z (over 1 year 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 alarms
Tested on ESP8266
---
### **Installing**
Just copy the DS3231micro.py in the root directory of your board