public interface Power
Modifier and Type | Method and Description |
---|---|
float |
getBatteryCurrent()
Return the current draw from the battery
|
float |
getMotorCurrent()
return the motor current draw
|
float |
getVoltage()
The NXT uses 6 batteries of 1.5 V each.
|
int |
getVoltageMilliVolt()
The NXT/EV3 uses 6 batteries of 1500 mV each.
|
int getVoltageMilliVolt()
float getVoltage()
float getBatteryCurrent()
float getMotorCurrent()