1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/lsm6dsxx
2024-01-24 09:57:04 +01:00
..
app.config.test drivers/lsm6dsxx: Replace all lsm6dsl with lsm6dsxx in the files 2024-01-18 14:20:56 +01:00
main.c drivers/lsm6dsxx: Implement common code 2024-01-24 09:57:04 +01:00
Makefile drivers/lsm6dsxx: Implement common code 2024-01-24 09:57:04 +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.