Skip to content

Commit

Permalink
clanged
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jul 8, 2020
1 parent 466294f commit 7a478bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Adafruit_Fingerprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,9 @@ uint8_t Adafruit_Fingerprint::fingerFastSearch(void) {
return packet.data[0];
}


/**************************************************************************/
/*!
@brief Control the built in LED
@brief Control the built in LED
@param on True if you want LED on, False to turn LED off
@returns <code>FINGERPRINT_OK</code> on success
*/
Expand All @@ -316,7 +315,6 @@ uint8_t Adafruit_Fingerprint::LEDcontrol(bool on) {
}
}


/**************************************************************************/
/*!
@brief Control the built in Aura LED (if exists). Check datasheet/manual
Expand Down
4 changes: 2 additions & 2 deletions Adafruit_Fingerprint.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
//!< last model generated
#define FINGERPRINT_TEMPLATECOUNT 0x1D //!< Read finger template numbers
#define FINGERPRINT_AURALEDCONFIG 0x35 //!< Aura LED control
#define FINGERPRINT_LEDON 0x50 //!< Turn on the onboard LED
#define FINGERPRINT_LEDOFF 0x51 //!< Turn off the onboard LED
#define FINGERPRINT_LEDON 0x50 //!< Turn on the onboard LED
#define FINGERPRINT_LEDOFF 0x51 //!< Turn off the onboard LED

#define FINGERPRINT_LED_BREATHING 0x01 //!< Breathing light
#define FINGERPRINT_LED_FLASHING 0x02 //!< Flashing light
Expand Down

0 comments on commit 7a478bd

Please sign in to comment.