summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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