adafruit / Adafruit_CircuitPython_Fingerprint

CircuitPython library for talking to UART-based Fingerprint sensors
MIT License
54 stars 52 forks source link

Add LED control for R503 Sensor #23

Closed jerryneedell closed 3 years ago

jerryneedell commented 3 years ago

Adds a function set_led() to the library to control the built-in LED for the r503 sensor.

Added examples for r503 that demonstrate some led functions.

Tested on RPI 4 and UnexpectedMaker Feathers32.

ladyada commented 3 years ago

thanks! :)