mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
4d33615df5
MAX30100 is an heart rate and pulse oximeter sensor that works using two LEDS of different wavelengths, and detecting the light reflected back. This patchset adds support for both IR and RED LED channels which can be processed in userspace to determine heart rate and blood oxygen levels. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
7 lines
140 B
Makefile
7 lines
140 B
Makefile
#
|
|
# Makefile for IIO Health sensors
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
obj-$(CONFIG_MAX30100) += max30100.o
|