Crates.io | hzgrow-r502 |
lib.rs | hzgrow-r502 |
version | 0.2.2 |
source | src |
created_at | 2019-12-07 15:46:29.519313 |
updated_at | 2019-12-17 19:57:12.86911 |
description | A USART driver for the HZ Grow R502 fingerprint reader module. May also be useful for other, similar modules. |
homepage | https://github.com/FLamparski/hzgrow-r502 |
repository | https://github.com/FLamparski/hzgrow-r502 |
max_upload_size | |
id | 187101 |
size | 98,163 |
Uses embedded-hal
and arrayvec
. It's not intended to be a complete implementation of the
R502 command set but rather enough for a simple fingerprint verification device.
For more, see the projects.
Some examples are meant to be run on a full PC rather than an embedded device. Use a serial to USB converter at 3.3V power and logic levels. I recommend the ESP-PROG.
If you want to send a PR, please make sure that your changes work on a real R502 (if your changes modify anything in the driver itself). For issues, do a cursory check to see if a similar issue has already been filed.
Please follow Rust's code of conduct.