Package com.thegongoliers.input.current
Interface CurrentSensor
-
- All Known Implementing Classes:
PDPCurrentSensor
public interface CurrentSensor
This interface provides a layer of abstraction over current sensors, allowing easy access to the current.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCurrent()
Get the current detected by the sensor in Amps.
-