zephyr/samples/sensor/ms5837
Anas Nashif 8c1f89fa99 cleanup: include/: move sensor.h to drivers/sensor.h
move sensor.h to drivers/sensor.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-27 22:55:49 -04:00
..
src cleanup: include/: move sensor.h to drivers/sensor.h 2019-06-27 22:55:49 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
README.rst
nrf52840_pca10056.overlay dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
prj.conf
sample.yaml

README.rst

.. _ms5837-sample:

MS5837 Sensor Sample
####################

Overview
********

This sample application retrieves the pressure and temperature from a MS5837
sensor every 10 seconds, and prints this information to the UART console.

Requirements
************

- `nRF52840 Preview development kit`_
- MS5837 sensor

Wiring
******

The nrf52840 Preview development kit should be connected as follows to the
MS5837 sensor.

+-------------+----------+
| | nrf52840  | | MS5837 |
| | Pin       | | Pin    |
+=============+==========+
| P0.3        | SCL      |
+-------------+----------+
| P0.31       | SDA      |
+-------------+----------+

Building and Running
********************

Build this sample using the following commands:

.. zephyr-app-commands::
   :zephyr-app: samples/sensor/ms5837
   :board: nrf52840_pca10056
   :goals: build
   :compact:

See :ref:`nrf52840_pca10056` on how to flash the build.

References
**********

.. target-notes::

.. _MS5837 Sensor: http://www.te.com/usa-en/product-CAT-BLPS0017.html?q=&type=products&samples=N&q2=ms5837
.. _nRF52840 Preview development kit: http://www.nordicsemi.com/eng/Products/nRF52840-Preview-DK