Fix doxygen warnings
This commit is contained in:
parent
4c8e80560d
commit
ff739da402
2 changed files with 3 additions and 3 deletions
|
|
@ -448,7 +448,7 @@ uint8_t Adafruit_Fingerprint::setBaudRate(uint8_t baudrate) {
|
|||
/**************************************************************************/
|
||||
/*!
|
||||
@brief Change security level
|
||||
@param baudrate 8-bit security level
|
||||
@param level 8-bit security level
|
||||
@returns <code>FINGERPRINT_OK</code> on success
|
||||
@returns <code>FINGERPRINT_PACKETRECIEVEERR</code> on communication error
|
||||
*/
|
||||
|
|
@ -461,7 +461,7 @@ uint8_t Adafruit_Fingerprint::setSecurityLevel(uint8_t level) {
|
|||
/**************************************************************************/
|
||||
/*!
|
||||
@brief Change packet size
|
||||
@param baudrate 8-bit packet size
|
||||
@param size 8-bit packet size
|
||||
@returns <code>FINGERPRINT_OK</code> on success
|
||||
@returns <code>FINGERPRINT_PACKETRECIEVEERR</code> on communication error
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
#define FINGERPRINT_BAUDRATE_105600 0xB //!< UART baud 105600
|
||||
#define FINGERPRINT_BAUDRATE_115200 0xC //!< UART baud 115200
|
||||
|
||||
#define FINGERPRINT_SECURITY_REG_ADDR 0x5 //<! Security level register address
|
||||
#define FINGERPRINT_SECURITY_REG_ADDR 0x5 //!< Security level register address
|
||||
// The safety level is 1 The highest rate of false recognition , The rejection
|
||||
// rate is the lowest . The safety level is 5 The lowest tate of false
|
||||
// recognition, The rejection rate is the highest .
|
||||
|
|
|
|||
Loading…
Reference in a new issue