diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-07 19:11:07 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-07 19:11:07 +0800 |
| commit | 90e3f1348599754d8d27852de697d65d567929c3 (patch) | |
| tree | 575b46462655ce8682e0c434bbca6218d292a4d3 /README.txt | |
| parent | 29ff41ccffcc4045dd463d2f20cc2fa5518efab1 (diff) | |
| download | avr-fpm-drivers-90e3f1348599754d8d27852de697d65d567929c3.tar.gz | |
Fix readme.
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
