zephyr/samples/sensor/magn_polling
Maureen Helm 0e917af9e3 samples: sensor: Extend magn_polling to support additional drivers
Extends the magn_polling sample application to support additional
magnetometer drivers. This is a first step towards reducing the number
of driver-specific sensor sample applications.

Integration platforms were selected to exercise different magnetometer
drivers.

Tested on hardware with the following configurations:
- fxos8700 driver with the on-board sensor on the frdm_k64f board
- lis2mdl driver with a x_nucleo_iks01a3 shield attached to a frdm_k64f
  board

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2022-07-02 06:03:33 -04:00
..
src samples: sensor: Extend magn_polling to support additional drivers 2022-07-02 06:03:33 -04:00
CMakeLists.txt
README.rst
prj.conf samples: sensor: Extend magn_polling to support additional drivers 2022-07-02 06:03:33 -04:00
sample.yaml samples: sensor: Extend magn_polling to support additional drivers 2022-07-02 06:03:33 -04:00

README.rst

.. _magn-polling-sample:

BMC150 Magnetometer Sample
##########################

Overview
********

Sample application that periodically reads magnetometer (X, Y, Z) data from
the first available device that implements SENSOR_CHAN_MAGN_* (predefined array
of device names).