From 46f3486d266589aced490116512af1461dcc0815 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Wed, 7 May 2025 18:54:17 +0800 Subject: Renamed files and updated the README. --- README.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index ded7d77..83af5a4 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,14 @@ -FPM10A FINGERPRINT MODULE +FPM DRIVERS -This is a UART-based driver for FPM10A fingerprint module for AVR -microcontrollers. I've tested with ATmega328P. +This project contains drivers for the following fingerprint sensor modules +FPM10A for AVR microcontrollers: -Since ATmega328P has only one hardware UART, I'm using lynxzp's software UART -implementation [1] for debugging purposes. Thank you, lynxzp! + - R503 + - FPM10A + +I've only tested these with ATmega328P MCU. Since ATmega328P has only one UART, +I'm using lynxzp's software UART implementation [1] for debugging. Thank you, +lynxzp! BUILDING AND UPLOADING -- cgit v1.2.3