Fixes for rebasing.

Change-Id: I765d2f2fc044fb30caef3cda8ff6bd03fef6b4e0
This commit is contained in:
Alex Henning
2014-06-17 14:09:58 -07:00
parent bd1aea0d24
commit 9ff7412780
5 changed files with 11 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ public class AnalogChannel extends SensorBase implements PIDSource,
return m_moduleNumber;
}
/*
/**
* Get the average value for use with PIDController
*
* @return the average value
@@ -107,7 +107,7 @@ public class AnalogChannel extends SensorBase implements PIDSource,
return getAverageVoltage();
}
/*
/**
* Live Window code, only does anything if live window is activated.
*/
public String getSmartDashboardType() {

View File

@@ -12,12 +12,13 @@ package edu.wpi.first.wpilibj;
* Stores most recent status information as well as containing utility functions for checking
* channels and error processing.
*
*
* XXX: Wait, there's no exception thrown if we try to allocate a non-existent module? It that behavior correct?
*/
public abstract class SensorBase { // TODO: Refactor
// TODO: Move this to the HAL
/**
* Ticks per microsecond
*/