def getVoltage3V3() -> float:
        """
            Get the voltage of the 3.3V rail

            :returns: The controller 3.3V rail voltage value in Volts
        """
        return hal.getUserVoltage3V3()
Example #2
0
    def getVoltage3V3() -> float:
        """
            Get the voltage of the 3.3V rail

            :returns: The controller 3.3V rail voltage value in Volts
        """
        return hal.getUserVoltage3V3()