Skip to content

Releases: adafruit/Adafruit_CircuitPython_LC709203F

2.0.1 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:39
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-lc709203f.

Read the docs for info on how to use it.

Correct Class Name

08 Jan 19:22
9945e1d
Compare
Choose a tag to compare

This release corrects a typo in the class name.
This is a breaking change for existing code. You will need to update your code so any references to LC709023F are instead LC709203F. Notice the 0 and 2 are flipped.

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

To use in CPython, pip3 install adafruit-circuitpython-lc709203f.

Read the docs for info on how to use it.

Fix battery voltage for percent calculation

15 Nov 16:50
d641bf6
Compare
Choose a tag to compare

Now assumes 4.2V battery instead of 4.35V

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

To use in CPython, pip3 install adafruit-circuitpython-lc709203f.

Read the docs for info on how to use it.

Initial release.

26 Oct 20:57
02a84d0
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-lc709203f.

Read the docs for info on how to use it.