Пример #1
0
 def getEnabled3V3() -> bool:
     """Get the enabled state of the 3.3V rail. The rail may be disabled due to a controller brownout,
     a short circuit on the rail, or controller over-voltage.
     
     :returns: The controller 3.3V rail enabled value
     """
     return hal.getUserActive3V3()
Пример #2
0
    def getEnabled3V3() -> bool:
        """
            Get the enabled state of the 3.3V rail. The rail may be
            disabled due to a controller brownout, a short circuit on the
            rail, or controller over-voltage

            :returns: True if enabled, False otherwise
        """
        return hal.getUserActive3V3()
Пример #3
0
    def getEnabled3V3() -> bool:
        """
            Get the enabled state of the 3.3V rail. The rail may be
            disabled due to a controller brownout, a short circuit on the
            rail, or controller over-voltage

            :returns: True if enabled, False otherwise
        """
        return hal.getUserActive3V3()