FLamparski / hzgrow-r502

Rust (embedded-hal) driver for the HZ Grow R502 capacitive fingerprint sensor
MIT License
16 stars 1 forks source link

Implement the Match command #10

Closed FLamparski closed 4 years ago

FLamparski commented 4 years ago

The Match command performs a match between the two character buffers. This can be used to verify a specific finger:

  1. Load a finger from the library into buffer 1
  2. Capture a fingerprint image
  3. Process the fingerprint image into character buffer 2
  4. Call Match