Releases: adafruit/Adafruit_CircuitPython_DS1307
Releases · adafruit/Adafruit_CircuitPython_DS1307
Now on PyPi!
- 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.
Thanks to @sommersoft for the great work!
Added an examples folder and an example .py file.
Added demo.py to examples folder
Fixed tab vs. space conflicts.
The datetime() method used tabs instead of spaces for indentation, causing a Travis build failure. Changed to spaces.
Initial commit and mpy build.
DS1307 MicroPython library initial/interim release.