CTRE Phoenix C++ 5.33.1
VBatOutputMode.h
Go to the documentation of this file.
1/* Copyright (C) Cross The Road Electronics 2024 */
2#pragma once
3
4namespace ctre{ namespace phoenix{ namespace led{
5
6 /**
7 * The various methods of managing the VBat output behavior
8 */
10 /**
11 * VBat output is on at full power, no modulation
12 */
13 On = 0,
14 /**
15 * VBat output is off, no modulation
16 */
17 Off = 1,
18 /**
19 * VBat output is on at the specified modulation
20 */
22 };
23} // namespace led
24} // namespace phoenix
25} // namespace ctre
VBatOutputMode
The various methods of managing the VBat output behavior.
Definition: VBatOutputMode.h:9
@ On
VBat output is on at full power, no modulation.
Definition: VBatOutputMode.h:13
@ Modulated
VBat output is on at the specified modulation.
Definition: VBatOutputMode.h:21
@ Off
VBat output is off, no modulation.
Definition: VBatOutputMode.h:17
namespace ctre
Definition: paramEnum.h:5