| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.communication.AICalibration
public class AICalibration
Class for calibrating the analog inputs.
| Constructor Summary | |
|---|---|
| AICalibration() | |
| Method Summary | |
|---|---|
| static long | getLSBWeight(int aiSystemIndex,
             int channel)Get the weight of the least significant bit. | 
| static int | getOffset(int aiSystemIndex,
          int channel)Get the offset. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AICalibration()
| Method Detail | 
|---|
public static long getLSBWeight(int aiSystemIndex,
                                int channel)
aiSystemIndex - The system index.channel - The analog channel.
public static int getOffset(int aiSystemIndex,
                            int channel)
aiSystemIndex - The system index.channel - The analog channel.
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||