Class CustomParamsConfigs

java.lang.Object
com.ctre.phoenix6.configs.CustomParamsConfigs
All Implemented Interfaces:
ParentConfiguration, ISerializable

public class CustomParamsConfigs
extends Object
implements ParentConfiguration
Custom Params.

Custom paramaters that have no real impact on controller.

  • Field Details

    • CustomParam0

      public int CustomParam0
      Custom parameter 0. This is provided to allow end-applications to store persistent information in the device.
      • Minimum Value: -32768
      • Maximum Value: 32767
      • Default Value: 0
      • Units:
    • CustomParam1

      public int CustomParam1
      Custom parameter 1. This is provided to allow end-applications to store persistent information in the device.
      • Minimum Value: -32768
      • Maximum Value: 32767
      • Default Value: 0
      • Units:
  • Constructor Details

  • Method Details