1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_fxos8700
Leandro Lanzieri 192b7b4efe
tests/driver_{d,e,f}*: add Kconfig configuration files
Also add the tests to the CI list.
2020-12-02 10:16:49 +01:00
..
app.config.test tests/driver_{d,e,f}*: add Kconfig configuration files 2020-12-02 10:16:49 +01:00
main.c drivers: add driver for FXOS8700 3-axis accelerometer/magnetometer 2018-05-12 17:51:58 -07:00
Makefile drivers: add driver for FXOS8700 3-axis accelerometer/magnetometer 2018-05-12 17:51:58 -07:00
README.md drivers: add driver for FXOS8700 3-axis accelerometer/magnetometer 2018-05-12 17:51:58 -07:00

About

This is a manual test application for the FXOS8700 driver.

Usage

This test application will initialize the FXOS8700 sensor with the configuration as specified in the default fxos8700_params.h file.

If you want to use this test application with different parameters, you can simply override the default FXOS8700_PARAMS.

After initialization, the sensor reads the 3-axis acceleration and 3-axis magnetic field values every second and prints them to STDOUT.