blob: b951c18aee5e2d3bb2b61222e42f65d52d959d46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ZFM20 FINGERPRINT MODULE
This is a UART-based driver for ZFM20 family of fingerprint modules for AVR
microcontrollers. I wrote this for and tested with ATmega328P. It should work
with other AVR microcontrollers as well.
Since ATmega328P has only one hardware UART, I'm using lynxzp's software UART
implementation [1] for debugging purposes.
[1] https://github.com/lynxzp/Software_UART_for_AVR
BUILD
make -FPM_PWD=$(pasword) hex
|