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 Search command #7

Closed FLamparski closed 4 years ago

FLamparski commented 4 years ago

The Search command searches the fingerprint library to check if a character file in one of the two character buffers matches a previously enrolled template. This command accepts some parameters, whose meaning is not obvious in the datasheet:

FLamparski commented 4 years ago

Implemented in #20