|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectjBotBrain.hw.AnalogInput
public class AnalogInput
An abstraction of analog inputs.
| Field Summary | |
|---|---|
static AnalogInput |
A
AnalogInput A, assigned to input 0. |
static AnalogInput |
B
AnalogInput B, assigned to input 1. |
static AnalogInput |
C
AnalogInput C, assigned to input 2. |
static AnalogInput |
D
AnalogInput D, assigned to input 3. |
static AnalogInput[] |
Inputs
Array of analog inputs. |
| Method Summary | |
|---|---|
int |
readValue_mV()
Returns the input voltage in milivolts. |
float |
readValue_V()
Returns the input voltage in volts. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
| Field Detail |
|---|
public static final AnalogInput A
public static final AnalogInput B
public static final AnalogInput C
public static final AnalogInput D
public static final AnalogInput[] Inputs
| Method Detail |
|---|
public int readValue_mV()
public float readValue_V()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||