Lines Matching full:sensor
2 :name: GROW R502-A Fingerprint Sensor
5 Store and match fingerprints using the GROW R502-A fingerprint sensor.
12 #. Sensor LED is controlled using led APIs from zephyr subsystem.
13 #. Shows the number of fingerprints stored in the sensor.
14 #. Shows the sensor device's configurations like baud rate, library size, address and data packet s…
15 #. When SENSOR_ATTR_RECORD_FREE_IDX is set then it search for free index in sensor library.
16 #. When SENSOR_ATTR_RECORD_ADD is set then it adds a new fingerprint to the sensor.
18 #. When SENSOR_ATTR_RECORD_DEL is set then it deletes a fingerprint from the sensor.
25 This sample uses an external breakout for the sensor. A devicetree
27 used to control the sensor. Sensor can be powered using mentioned optional GPIO.
32 For more information about the GROW_R502A Fingerprint Sensor see
38 After providing a devicetree overlay that specifies the sensor location,
42 :zephyr-app: samples/sensor/grow_r502a