1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_l3g4200d
Benjamin Valentin 41745859bb tests: replace SLEEP define
The SLEEP define collides with an Arduino header file.
Rename the define to resolve the conflict.
2019-10-10 10:47:38 +02:00
..
main.c tests: replace SLEEP define 2019-10-10 10:47:38 +02:00
Makefile tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
README.md tests: added test for L3G4200 device driver 2014-11-06 10:36:41 +01:00

About

This is a manual test application for the L3G4200D gyroscope driver.

Usage

This test application will initialize the pressure sensor with the following parameters:

  • Sampling Rate: 100Hz
  • Bandwidth: 25Hz
  • Scale: 500DPS

After initialization, the sensor reads the angular speed values every 10ms and prints them to the STDOUT.