Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adafruit/Adafruit-Fingerprint-Sensor-Library
/ functions
Functions
25 in github.com/adafruit/Adafruit-Fingerprint-Sensor-Library
⨍
Functions
25
◇
Types & classes
2
Method
Adafruit_Fingerprint
/ ! @brief Instantiates sensor with Software Serial @param ss Pointer to SoftwareSerial object @param password 32-bit integer password
Adafruit_Fingerprint.cpp:65
Method
Adafruit_Fingerprint_Packet
Adafruit_Fingerprint.h:141
Method
LEDcontrol
/ ! @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 suc
Adafruit_Fingerprint.cpp:331
Method
begin
/ ! @brief Initializes serial interface and baud rate @param baudrate Sensor's UART baud rate (usually 57600, 9600 or 115200) */ /
Adafruit_Fingerprint.cpp:123
Method
checkPassword
Adafruit_Fingerprint.cpp:145
Method
createModel
/ ! @brief Ask the sensor to take two print feature template and create a model @returns <code>FINGERPRINT_OK</code> on success @retu
Adafruit_Fingerprint.cpp:226
Method
deleteModel
/ ! @brief Ask the sensor to delete a model in memory @param location The model location # @returns <code>FINGERPRINT_OK</code> on suc
Adafruit_Fingerprint.cpp:279
Method
emptyDatabase
/ ! @brief Ask the sensor to delete ALL models in memory @returns <code>FINGERPRINT_OK</code> on success @returns <code>FINGERPRINT_BADL
Adafruit_Fingerprint.cpp:293
Method
fingerFastSearch
/ ! @brief Ask the sensor to search the current slot 1 fingerprint features to match saved templates. The matching location is stored in <b>f
Adafruit_Fingerprint.cpp:307
Method
fingerSearch
/ ! @brief Ask the sensor to search the current slot fingerprint features to match saved templates. The matching location is stored in <b>fin
Adafruit_Fingerprint.cpp:368
Method
getImage
/ ! @brief Ask the sensor to take an image of the finger pressed on surface @returns <code>FINGERPRINT_OK</code> on success @returns <co
Adafruit_Fingerprint.cpp:197
Method
getModel
/ ! @brief Ask the sensor to transfer 256-byte fingerprint template from the buffer to the UART @returns <code>FINGERPRINT_OK</code> on s
Adafruit_Fingerprint.cpp:265
Method
getParameters
/ ! @brief Get the sensors parameters, fills in the member variables status_reg, system_id, capacity, security_level, device_addr, packet_len
Adafruit_Fingerprint.cpp:163
Method
getStructuredPacket
/ ! @brief Helper function to receive data over UART from the sensor and process it into a packet @param packet A structure containing
Adafruit_Fingerprint.cpp:551
Method
getTemplateCount
/ ! @brief Ask the sensor for the number of templates stored in memory. The number is stored in <b>templateCount</b> on success. @returns
Adafruit_Fingerprint.cpp:395
Method
image2Tz
/ ! @brief Ask the sensor to convert image to feature template @param slot Location to place feature template (put one in 1 and another in
Adafruit_Fingerprint.cpp:214
Method
loadModel
/ ! @brief Ask the sensor to load a fingerprint model from flash into buffer 1 @param location The model location # @returns <code>FIN
Adafruit_Fingerprint.cpp:253
Method
setBaudRate
/ ! @brief Change UART baudrate @param baudrate 8-bit Uart baudrate @returns <code>FINGERPRINT_OK</code> on success @returns <code
Adafruit_Fingerprint.cpp:443
Method
setPacketSize
/ ! @brief Change packet size @param size 8-bit packet size @returns <code>FINGERPRINT_OK</code> on success @returns <code>FINGERP
Adafruit_Fingerprint.cpp:469
Method
setPassword
/ ! @brief Set the password on the sensor (future communication will require password verification so don't forget it!!!) @param passwo
Adafruit_Fingerprint.cpp:414
Method
setSecurityLevel
/ ! @brief Change security level @param level 8-bit security level @returns <code>FINGERPRINT_OK</code> on success @returns <code>
Adafruit_Fingerprint.cpp:456
Method
storeModel
/ ! @brief Ask the sensor to store the calculated model for later matching @param location The model location # @returns <code>FINGERP
Adafruit_Fingerprint.cpp:240
Method
verifyPassword
/ ! @brief Verifies the sensors' access password (default password is 0x0000000). A good way to also check if the sensors is active and respon
Adafruit_Fingerprint.cpp:141
Method
writeRegister
/ ! @brief Writing module registers @param regAdd 8-bit address of register @param value 8-bit value will write to register @ret
Adafruit_Fingerprint.cpp:430
Method
writeStructuredPacket
Adafruit_Fingerprint.cpp:481