1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_mag3110
2017-01-10 11:52:36 +01:00
..
main.c tests: driver_mag3110: vtimer -> xtimer 2015-09-16 10:58:54 +02:00
Makefile drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
README.md add test app for mag3110 magnetometer driver 2015-01-09 11:11:01 +01:00

About

This is a manual test application for the MAG3110 magnetometer driver.

Usage

This test application will initialize the MAG3110 with the following parameters:

  • output rate set to 1.25 Hz
  • over sample ratio set to 128

After initialization, the sensor reads the x-, y-, z-axis values every 1 s and prints them to STDOUT.