|
NAMEmax44009 —
driver for MAX44009 Ambient Light Sensor
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device max44009
device iicbus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): max44009_load="YES" DESCRIPTIONThemax44009 driver reports illuminance data from
MAX44009 Ambient Light Sensor.
The
On an FDT(4) based system the following properties must be set:
SEE ALSOfdt(4), iicbus(4), sysctl(8)HISTORYThemax44009 driver and this manual page was written by
Andriy Gapon
<avg@FreeBSD.org>.
BUGSThemax44009 driver does not support illuminance
thresholds and the corresponding interrupt.
Visit the GSP FreeBSD Man Page Interface. |