Adafruit-Fingerprint-Sensor-Library
Adafruit-Fingerprint-Sensor-Library copied to clipboard
Corrected action taken after successfully storing the fingerprint in enroll example.
A return statement after successfully storing the fingerprint was missing. Added a return value of 0. When the fingerprint is taken successfully, the program should restart instead of continuing to take the fingerprint; amended. The program prints dots to indicate it is waiting, removed a newline being printed after each of these in one case.