diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-03 07:21:28 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-03 07:21:28 +0800 |
| commit | 0ff109f1fd0bcd39b1ce4e950dba3f1c7523a861 (patch) | |
| tree | c14ebfb7f4eda6648c9e54c9cc36f616cded0756 /README.txt | |
| download | avr-fpm-drivers-0ff109f1fd0bcd39b1ce4e950dba3f1c7523a861.tar.gz | |
Initial commit.
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..2f50da9 --- /dev/null +++ b/README.txt @@ -0,0 +1,10 @@ +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 |
