Blame view

RIOT/tests/driver_l3g4200d/README.md 354 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  # 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.