Adafruit-Fingerprint-Sensor-Library
Adafruit-Fingerprint-Sensor-Library copied to clipboard
1:1 matching
how to match fingerprint against specific model that is 1:1 matching . i do not any find any example regarding this.
This is not currently supported. It would require implementing the Match (0x03) command. Currently only the Search (0x04) command is supported via the fingerSearch()
library method.