|
NAMEhtu21 —
driver for HTU21D and compatible temperature and humidity
sensors
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device htu21
device iicbus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): htu21_load="YES" DESCRIPTIONThehtu21 driver provides temperature and relative
humidity readings over I2C bus for the supported sensors:
The
On an FDT(4) based system the following properties must be set:
The DTS part for a / { ... htu21d { compatible = "meas,htu21"; reg = <0x40>; }; }; SEE ALSOfdt(4), iicbus(4), sysctl(8)HISTORYThehtu21 driver and this manual page was written by
Andriy Gapon
<avg@FreeBSD.org>.
BUGSThere is no way to control the measurement resolution.Some sensor variants do not provide a serial number or use an
incompatible format. The
Visit the GSP FreeBSD Man Page Interface. |