diff options
Diffstat (limited to 'static/netbsd/man4/mpl115a.4 4.html')
| -rw-r--r-- | static/netbsd/man4/mpl115a.4 4.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/static/netbsd/man4/mpl115a.4 4.html b/static/netbsd/man4/mpl115a.4 4.html new file mode 100644 index 00000000..1d831c22 --- /dev/null +++ b/static/netbsd/man4/mpl115a.4 4.html @@ -0,0 +1,56 @@ +<table class="head"> + <tr> + <td class="head-ltitle">MPL115A(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">MPL115A(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">mpl115a</code> — + <span class="Nd">Freescale MPL115A2 absolute pressure sensor + driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">mpl115a* at iic? addr 0x60</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">mpl115a</code> driver provides support for + the MPL115A2 pressure sensor. It allows reporting absolute pressure through + the <a class="Xr">envsys(4)</a> API.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">envsys(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">mpl115a</code> device first appeared in + <span class="Ux">NetBSD 7.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">mpl115a</code> driver was written by + <span class="An">Radoslaw Kujawa</span> + ⟨radoslaw.kujawa@gmail.com⟩. The fixed-point pressure + calculation algorithm was suggested by <span class="An">Matt + Thomas</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1> +<p class="Pp">The MPL115A2 chip has an accuracy of +/- 1 kPa, which makes it not + very useful for weather-related applications.</p> +<p class="Pp">The <a class="Xr">envsys(4)</a> API does not support pressure + reporting yet, so the result is reported just as integer number.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">September 8, 2013</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
