VBatOutputMode

class phoenix5.led.VBatOutputMode(value: int)

Bases: pybind11_object

The various methods of managing the VBat output behavior

Members:

On : VBat output is on at full power, no modulation

Off : VBat output is off, no modulation

Modulated : VBat output is on at the specified modulation

Modulated = <VBatOutputMode.Modulated: 2>
Off = <VBatOutputMode.Off: 1>
On = <VBatOutputMode.On: 0>
property name
property value