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

Support a stream for serial #89

Closed OnFreund closed 4 years ago

OnFreund commented 4 years ago

Allow a stream to be used for serial communication with the fingerprint reader. This is useful for platforms that encapsulate serial access through streams (e.g. ESPHome)

This doesn't affect existing functionality, and both hardware and software serial constructors are still available.