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 Detail

      • getCurrent

        double getCurrent()
        Get the current detected by the sensor in Amps.
        Returns:
        The current in Amps.