1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/lsm6dsxx
Marian Buschsieweke 04620d471c
Merge pull request #20438 from MrKevinWeiss/pr/kconfig/dep/removal
Remove Kconfig dependency modelling
2024-03-27 16:39:56 +00:00
..
tests-with-config tests/drivers/lsm6dsxx: use generic driver with test 2024-03-26 18:13:20 +01:00
main.c drivers/lsm6dsxx: Implement common code 2024-01-24 09:57:04 +01:00
Makefile tests/drivers/lsm6dsxx: use generic driver with test 2024-03-26 18:13:20 +01:00
Makefile.ci drivers/lsm6dsxx: dir and file renaming 2024-01-18 14:20:56 +01:00
README.md drivers/lsm6dsxx: Replace all lsm6dsl with lsm6dsxx in the files 2024-01-18 14:20:56 +01:00

About

This is a manual test application for the ST LSM6DSXX sensor driver.

Usage

After successful initialization, the sensor reads the accelerometer, gyroscope, and temperature values every 500ms and prints them to the STDOUT. If device initialization fails the tests exits with 1, otherwise it runs forever.

Note: reading sensor values may fail even on successful initialization.