adafruit / Adafruit-Fingerprint-Sensor-Library

Arduino library for interfacing to the fingerprint sensor in the Adafruit shop
http://www.adafruit.com/products/751
Other
417 stars 340 forks source link

Add an end() function to close the serial communication #131

Open Volus208 opened 5 months ago

Volus208 commented 5 months ago

I modified Adafruit_Fingerprint.cpp and Adafruit_Fingerprint.h to add the end() function. It works like begin() but the baud rate doesn't have to be specified. I needed this modification for a project where the fingerprint sensor can be turned off using a switch to save power.