Releases: adafruit/Adafruit_CircuitPython_Fingerprint
2.2.8 - Fixed version string
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
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
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
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
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
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
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
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
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
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.