Class WsLidarInputConfig

All Implemented Interfaces:
InputConfig

public class WsLidarInputConfig extends WsContinuousI2CInputConfig
Wrapper class to identify LIDAR sensors separate from I2C inputs.
  • Constructor Details

    • WsLidarInputConfig

      public WsLidarInputConfig(edu.wpi.first.wpilibj.I2C.Port p_port, int p_address, int updateInterval)
      Wrapper constructor.
      Parameters:
      p_port - I2C hardware port number.
      p_address - I2C address, normally static by device.
      updateInterval - Interval at which to fetch a value from the sensor.