예제 #1
0
    def getFaultCount3V3() -> int:
        """
            Get the count of the total current faults on the 3.3V rail since
            the controller has booted

            :returns: The number of faults
        """
        return hal.getUserCurrentFaults3V3()
예제 #2
0
    def getFaultCount3V3() -> int:
        """
            Get the count of the total current faults on the 3.3V rail since
            the controller has booted

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