Skip to content

Releases: adafruit/Adafruit_CircuitPython_DS1307

Now on PyPi!

04 Aug 00:00
8e47875
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-ds1307.

Read the docs for info on how to use it.

Improved reference documentation.

26 Feb 01:30
cb4e223
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Added an examples folder and an example .py file.

23 Jan 23:16
Compare
Choose a tag to compare

Added demo.py to examples folder

Fixed tab vs. space conflicts.

25 Nov 10:11
Compare
Choose a tag to compare

The datetime() method used tabs instead of spaces for indentation, causing a Travis build failure. Changed to spaces.

Initial commit and mpy build.

25 Nov 09:54
Compare
Choose a tag to compare

DS1307 MicroPython library initial/interim release.