Package com.ctre.phoenixpro.configs
Class AudioConfigs
java.lang.Object
com.ctre.phoenixpro.configs.AudioConfigs
- All Implemented Interfaces:
ParentConfiguration,ISerializable
@Deprecated(forRemoval=true) public class AudioConfigs extends Object implements ParentConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Classes in the phoenixpro package will be removed in 2024.
Users should instead use classes from the phoenix6 package.
Configs that directly affect motor-output.
Includes Motor Invert and various limit features.
-
Field Summary
Fields Modifier and Type Field Description booleanBeepOnBootDeprecated, for removal: This API element is subject to removal in a future version.If true, the TalonFX will beep during boot-up. -
Constructor Summary
Constructors Constructor Description AudioConfigs()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and Type Method Description StatusCodedeserialize(String string)Deprecated, for removal: This API element is subject to removal in a future version.Stringserialize()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
BeepOnBoot
Deprecated, for removal: This API element is subject to removal in a future version.If true, the TalonFX will beep during boot-up. This is useful for general debugging, and defaults to true. If rotor is moving during boot-up, the beep will not occur regardless of this setting.- Default Value: True
-
-
Constructor Details
-
AudioConfigs
public AudioConfigs()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
deserialize
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deserializein interfaceParentConfiguration
-
serialize
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
serializein interfaceISerializable
-