Skip to content

Commit

Permalink
Speculative whitespace fix RIOT-OS#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Hiltunen committed Jul 19, 2018
1 parent c4e0dfc commit e821619
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions tests/driver_mpu9250/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# About<br>
This is a test application for the MPU-9250 Nine-Axis Driver.<br>
<br>
# Usage<br>
The application will initialize the MPU-9250 motion sensor with the following parameters:<br>
- Accelerometer: ON<br>
- Gyroscope: ON<br>
- Magnetometer: ON<br>
- Sampling Rate: 200Hz<br>
- Compass Sampling Rate: 100Hz<br>
<br>
After initialization, the application reads accel, gyro, compass and temperature values<br>
every second and prints them to the STDOUT.<br>
# About
This is a test application for the MPU-9250 Nine-Axis Driver.

# Usage
The application will initialize the MPU-9250 motion sensor with the following parameters:
- Accelerometer: ON
- Gyroscope: ON
- Magnetometer: ON
- Sampling Rate: 200Hz
- Compass Sampling Rate: 100Hz

After initialization, the application reads accel, gyro, compass and temperature values every second and prints them to the STDOUT.
The test does not cover interrupt generation mode, as there is no board agnostic way of defining an interrupt pin.

0 comments on commit e821619

Please sign in to comment.