xref: /netbsd-src/share/man/man4/hythygtemp.4 (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1.\"	$NetBSD: hythygtemp.4,v 1.2 2014/05/18 12:45:03 wiz Exp $
2.\"
3.\" Copyright (c) 2014 Frank Kardel
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd May 18, 2014
28.Dt HYTHYGTEMP 4
29.Os
30.Sh NAME
31.Nm hythygtemp
32.Nd Driver for IST-AG HYT-221/271/939 sensor chip via I2C bus
33.Sh SYNOPSIS
34.Cd "hythygtemp* at iic? addr 0x28"
35.Sh DESCRIPTION
36The
37.Nm
38driver provides measurements from the HYT-221/271/939 humidity/temperature
39sensors via the
40.Xr envsys 4
41framework.
42The
43.Nm
44.Ar addr
45argument selects the address at the
46.Xr iic 4
47bus.
48The sensor chips can be reconfigured to respond to other addresses than the
49default value of 0x28.
50.Sh SEE ALSO
51.Xr envsys 4 ,
52.Xr iic 4 ,
53.Xr envstat 8
54.Sh HISTORY
55The
56.Nm
57driver first appeared in
58.Nx 7.0 .
59.Sh AUTHORS
60.An -nosplit
61The
62.Nm
63driver was written by
64.An Frank Kardel Aq Mt kardel@NetBSD.org .
65