Table of Contents

Enum Enable5VRailValue

Namespace
CTRE.Phoenix6.Signals
Assembly
Phoenix6.Hardware.dll

Whether the 5V rail is enabled. Disabling the 5V rail will also turn off the onboard LEDs.

public enum Enable5VRailValue
Extension Methods

Fields

Disabled = 1

The 5V rail is disabled. This will also turn off the onboard LEDs.

Enabled = 0

The 5V rail is enabled, allowing for LED control.