Lines Matching +full:data +full:- +full:rate
1 .. zephyr:code-sample:: max30101
2 :name: MAX30101 Heart Rate Sensor
3 :relevant-api: sensor_interface
5 Get heart rate data from a MAX30101 sensor (polling mode).
10 A sensor application that demonstrates how to poll data from the max30101 heart
11 rate sensor.
18 ADC data prints to the console. Further processing (not included in this
19 sample) is required to extract a heart rate signal from the light measurement.
21 .. zephyr-app-commands::
22 :zephyr-app: samples/sensor/max30101
30 .. code-block:: console