summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-03 20:49:58 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-03 20:51:14 +0800
commit7f5a4782dc5428884dd1b7163196ff7363fb15d7 (patch)
treece06905c0ce24222ea2536b1c1c63b8ddbd3b64f /README.txt
parentd04b071a2bdfb1ed87c750416aab4424202353af (diff)
downloadavr-fpm-drivers-7f5a4782dc5428884dd1b7163196ff7363fb15d7.tar.gz
Update readme.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index b951c18..ded7d77 100644
--- a/README.txt
+++ b/README.txt
@@ -1,15 +1,17 @@
-ZFM20 FINGERPRINT MODULE
+FPM10A 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.
+This is a UART-based driver for FPM10A fingerprint module for AVR
+microcontrollers. I've tested with ATmega328P.
Since ATmega328P has only one hardware UART, I'm using lynxzp's software UART
-implementation [1] for debugging purposes.
+implementation [1] for debugging purposes. Thank you, lynxzp!
-[1] https://github.com/lynxzp/Software_UART_for_AVR
-
-BUILD
+BUILDING AND UPLOADING
make -FPM_PWD=$(pasword) hex
+make -FPM_PWD=$(pasword) upload
+
+Default password: 0x00.
+
+[1] https://github.com/lynxzp/Software_UART_for_AVR