MCPcopy Create free account

hub / github.com/adafruit/Adafruit-Fingerprint-Sensor-Library / functions

Functions25 in github.com/adafruit/Adafruit-Fingerprint-Sensor-Library

MethodAdafruit_Fingerprint
/ ! @brief Instantiates sensor with Software Serial @param ss Pointer to SoftwareSerial object @param password 32-bit integer password
Adafruit_Fingerprint.cpp:65
MethodAdafruit_Fingerprint_Packet
Adafruit_Fingerprint.h:141
MethodLEDcontrol
/ ! @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
Methodbegin
/ ! @brief Initializes serial interface and baud rate @param baudrate Sensor's UART baud rate (usually 57600, 9600 or 115200) */ /
Adafruit_Fingerprint.cpp:123
MethodcheckPassword
Adafruit_Fingerprint.cpp:145
MethodcreateModel
/ ! @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
MethoddeleteModel
/ ! @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
MethodemptyDatabase
/ ! @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
MethodfingerFastSearch
/ ! @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
MethodfingerSearch
/ ! @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
MethodgetImage
/ ! @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
MethodgetModel
/ ! @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
MethodgetParameters
/ ! @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
MethodgetStructuredPacket
/ ! @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
MethodgetTemplateCount
/ ! @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
Methodimage2Tz
/ ! @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
MethodloadModel
/ ! @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
MethodsetBaudRate
/ ! @brief Change UART baudrate @param baudrate 8-bit Uart baudrate @returns <code>FINGERPRINT_OK</code> on success @returns <code
Adafruit_Fingerprint.cpp:443
MethodsetPacketSize
/ ! @brief Change packet size @param size 8-bit packet size @returns <code>FINGERPRINT_OK</code> on success @returns <code>FINGERP
Adafruit_Fingerprint.cpp:469
MethodsetPassword
/ ! @brief Set the password on the sensor (future communication will require password verification so don't forget it!!!) @param passwo
Adafruit_Fingerprint.cpp:414
MethodsetSecurityLevel
/ ! @brief Change security level @param level 8-bit security level @returns <code>FINGERPRINT_OK</code> on success @returns <code>
Adafruit_Fingerprint.cpp:456
MethodstoreModel
/ ! @brief Ask the sensor to store the calculated model for later matching @param location The model location # @returns <code>FINGERP
Adafruit_Fingerprint.cpp:240
MethodverifyPassword
/ ! @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
MethodwriteRegister
/ ! @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
MethodwriteStructuredPacket
Adafruit_Fingerprint.cpp:481