| commit | 089ea6691402b0a8c5ef0f1b754300ebfc1fc902 | [log] [tgz] |
|---|---|---|
| author | Logan Saint-Germain <l.saintgermain@catie.fr> | Tue Sep 30 16:29:00 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 20 19:17:51 2025 -0400 |
| tree | af35cbb842e3cc56f34998bb08c979c859fb8caf | |
| parent | 52d0ad2c67fc0a6d7fd2f45e748b5e0cbb209fe0 [diff] |
drivers: sensor: max30101: Enhanced sample_fetch to match datasheet The max30101 allows to configure time slots in samples acquisition. It is now supported by adding matrix mapping for the slot/fifo indexing. When a channel is present multiple times, the resulting sample from the `sensor_channel_get` is averaging each entry. Added Die temperature sample acquisition with `CONFIG_MAX30101_DIS_TEMPERATURE` Kconfig. Signed-off-by: Logan Saint-Germain <l.saintgermain@catie.fr>