Пример #1
0
    def getFaultCount5V() -> int:
        """
            Get the count of the total current faults on the 5V rail since
            the controller has booted

            :returns: The number of faults
        """
        return hal.getUserCurrentFaults5V()
Пример #2
0
    def getFaultCount5V() -> int:
        """
            Get the count of the total current faults on the 5V rail since
            the controller has booted

            :returns: The number of faults
        """
        return hal.getUserCurrentFaults5V()