Skip to content

Releases: adafruit/Adafruit_CircuitPython_Fingerprint

2.2.8 - Fixed version string

22 Aug 18:38
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.7 - Switched to pyproject.toml

09 Aug 19:42
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.6 - Added cp.org link to index.rst

09 Jun 18:27
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.5 - Repo documentation and config updates

07 Jun 17:08
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.4 - Fixed checksum bug

24 Mar 18:49
ef85cc5
Compare
Choose a tag to compare

Fixed a bug related to calculating the checksum that would cause various failures for some functionalities. Thanks @ajiekurniawansaputra!

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

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

Read the docs for info on how to use it.

2.2.3 - Updated documentation link, python version

04 Feb 20:58
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.2 - Removed obsolete reference to ustruct; fixed conditional typing import

29 Dec 22:04
f96e405
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.1 - Updated pylint version, linted

15 Nov 18:44
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.0 - Fixes to template upload and download, miscellaneous improvements

09 Mar 19:46
05a2c8e
Compare
Choose a tag to compare

This release includes:

  • Adding a compare method to match two fingerprint templates in char buffers, compare_templates()
  • Adding a new function to read system parameters, read_sysparam()
  • Adding a soft reset function, soft_reset()
  • Improving debugging functions, _print_debug()
  • Adding an example to demonstrate how to upload/download templates and store them in a file, fingerprint_template_file_compare.py
  • Fixing bugs in _get_data() and _send_data() functions.

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

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

Read the docs for info on how to use it.

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

03 Mar 00:03
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.