Package com.thegongoliers.input.voltage
Interface VoltageSensor
-
- All Known Implementing Classes:
BatteryVoltageSensor
,MotorVoltageSensor
public interface VoltageSensor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getVoltage()
Get the voltage in Volts.
-