summaryrefslogtreecommitdiff
path: root/Documentation/DocBook/lsm303dlh.tmpl
blob: 1000481e20577eadf8038636c9423d36bd98b4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
	"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>

<book id="LSM303DLH-API-Guide">
 <bookinfo>
  <title>LSM303DLH Accelerometer and Magnetometer</title>

  <authorgroup>
   <author>
    <firstname>Chethan Krishna</firstname>
    <surname>N</surname>
    <affiliation>
     <address>
      <email>chethan.krishna@stericsson.com</email>
     </address>
    </affiliation>
   </author>
   </authorgroup>

  <copyright>
   <year>2010</year>
   <holder>ST-Ericsson</holder>
  </copyright>

  <subjectset>
    <subject>
      <subjectterm>Linux standard functions</subjectterm>
    </subject>
  </subjectset>

  <legalnotice>
   <para>
     License terms: GNU General Public License (GPL) version 2.
   </para>

   </legalnotice>
 </bookinfo>

<toc></toc>

  <chapter id="intro">
    <title>Introduction</title>
    <para>
	This documentation describes the accelerometer and magnetometer drivers for lsm303dlh sensor chip.
    </para>
    </chapter>

  <chapter id="bugs">
     <title>Known Bugs And Assumptions</title>
  <para>
     <variablelist>
     <varlistentry>
       <term>None</term>
       <listitem>
         <para>
		None.
           </para>
       </listitem>
     </varlistentry>
     </variablelist>
  </para>
  </chapter>

  <chapter id="pubfunctions">
     <title>Public Functions Provided</title>
     <para>
	This accelerometer/magnetometer drivers don't export any functions.
     </para>
  </chapter>

  <chapter id="structs">
     <title>Structures</title>
     <para>
     This chapter contains the autogenerated documentation of the structures which are
     used in the accelerometer/magnetometer drivers.
     </para>
!Iinclude/linux/lsm303dlh.h
  </chapter>

  <chapter id="intfunctions">
     <title>Internal Functions Provided</title>
     <para>
     This chapter contains the autogenerated documentation of the internal functions.
     </para>
!Idrivers/hwmon/lsm303dlh_a.c
!Idrivers/hwmon/lsm303dlhc_a.c
!Idrivers/hwmon/lsm303dlh_m.c
  </chapter>

  </book>