[BACK]Return to lisa.4 CVS log [TXT][DIR] Up to [local] / src / share / man / man4

File: [local] / src / share / man / man4 / lisa.4 (download)

Revision 1.4, Fri Jan 12 04:36:44 2018 UTC (6 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, HEAD
Changes since 1.3: +4 -4 lines

Adjust references for sysctl(3) to sysctl(2)

.\"	$OpenBSD: lisa.4,v 1.4 2018/01/12 04:36:44 deraadt Exp $
.\"
.\" Copyright (c) 2009 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: January 12 2018 $
.Dt LISA 4
.Os
.Sh NAME
.Nm lisa
.Nd STMicroelectronics LIS331DL MEMS motion sensor
.Sh SYNOPSIS
.Cd "lisa* at iic?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the ST LIS331DL
3-axis digital output accelerometer.
A total of 3 sensors are provided, one for each axis
(X, Y and Z).
Each reading from LIS331DL is represented by an
8-bit 2's complement number.
.Pp
Sensor values are made available through the
.Dv HW_SENSORS
.Xr sysctl 2
interface,
and can be monitored with the
.Xr systat 1
.Ar sensors
view,
.Xr sensorsd 8
and
.Xr sysctl 8
.Ar hw.sensors .
.Sh SEE ALSO
.Xr systat 1 ,
.Xr sysctl 2 ,
.Xr iic 4 ,
.Xr intro 4 ,
.Xr sensorsd 8 ,
.Xr sysctl 8
.Rs
.%T LIS331DL MEMS motion sensor
.%N Rev 3
.%D April 2008
.%I STMicroelectronics
.\" .%U http://www.stm.com/stonline/products/literature/ds/13951.pdf
.Re
.Sh HISTORY
The
.Nm
driver first appeared in
.Ox 4.7 .
.Sh AUTHORS
The
.Nm
driver was written by
.An Constantine A. Murenin Aq Mt cnst@openbsd.org ,
University of Waterloo.