1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 04:32:52 +01:00
RIOT/tests/drivers/mag3110
2024-03-26 14:53:35 +01:00
..
main.c
Makefile
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md

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.