summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-07 19:11:07 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-07 19:11:07 +0800
commit90e3f1348599754d8d27852de697d65d567929c3 (patch)
tree575b46462655ce8682e0c434bbca6218d292a4d3 /README.txt
parent29ff41ccffcc4045dd463d2f20cc2fa5518efab1 (diff)
downloadavr-fpm-drivers-90e3f1348599754d8d27852de697d65d567929c3.tar.gz
Fix readme.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 83af5a4..d992647 100644
--- a/README.txt
+++ b/README.txt
@@ -1,13 +1,13 @@
FPM DRIVERS
-This project contains drivers for the following fingerprint sensor modules
-FPM10A for AVR microcontrollers:
+This project contains drivers for the following fingerprint sensor modules for
+AVR microcontrollers:
- 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,
+I've only tested these with ATmega328P. Since ATmega328P has only one UART, I'm
+using lynxzp's software UART implementation [1] for debugging. Thank you,
lynxzp!
BUILDING AND UPLOADING