Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 338 Bytes

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