Package com.thegongoliers.input
Class PDP
- java.lang.Object
-
- com.thegongoliers.input.PDP
-
public class PDP extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentSensor
getBatteryCurrentSensor()
double
getCurrent(int port)
CurrentSensor
getCurrentSensor(int port)
static PDP
getInstance()
-
-
-
Method Detail
-
getInstance
public static PDP getInstance()
-
getCurrentSensor
public CurrentSensor getCurrentSensor(int port)
-
getCurrent
public double getCurrent(int port)
-
getBatteryCurrentSensor
public CurrentSensor getBatteryCurrentSensor()
-
-