Skip to content

Add 4 additional Aura LED colors introduced in R503 Pro Sensor #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Adafruit_Fingerprint.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
#define FINGERPRINT_LED_RED 0x01 //!< Red LED
#define FINGERPRINT_LED_BLUE 0x02 //!< Blue LED
#define FINGERPRINT_LED_PURPLE 0x03 //!< Purple LEDpassword
#define FINGERPRINT_LED_GREEN 0x04 //!< Green LED (R503 Pro)
#define FINGERPRINT_LED_YELLOW 0x05 //!< Yellow LED (R503 Pro)
#define FINGERPRINT_LED_CYAN 0x06 //!< Cyan LED (R503 Pro)
#define FINGERPRINT_LED_WHITE 0x07 //!< White LED (R503 Pro)

#define FINGERPRINT_REG_ADDR_ERROR 0x1A //!< shows register address error
#define FINGERPRINT_WRITE_REG 0x0E //!< Write system register instruction
Expand Down
Loading