Replaced "RoboRIO" with "roboRIO" in comments (#87)

This commit is contained in:
Tyler Veness
2016-05-29 09:19:43 -07:00
committed by Peter Johnson
parent 10b4814e60
commit 7a402b4170
11 changed files with 23 additions and 23 deletions

View File

@@ -35,17 +35,17 @@ void BuiltInAccelerometer::SetRange(Range range) {
}
/**
* @return The acceleration of the RoboRIO along the X axis in g-forces
* @return The acceleration of the roboRIO along the X axis in g-forces
*/
double BuiltInAccelerometer::GetX() { return getAccelerometerX(); }
/**
* @return The acceleration of the RoboRIO along the Y axis in g-forces
* @return The acceleration of the roboRIO along the Y axis in g-forces
*/
double BuiltInAccelerometer::GetY() { return getAccelerometerY(); }
/**
* @return The acceleration of the RoboRIO along the Z axis in g-forces
* @return The acceleration of the roboRIO along the Z axis in g-forces
*/
double BuiltInAccelerometer::GetZ() { return getAccelerometerZ(); }