Class WsLidarInputConfig

    • Constructor Summary

      Constructors 
      Constructor Description
      WsLidarInputConfig​(edu.wpi.first.wpilibj.I2C.Port p_port, int p_address, int updateInterval)
      Wrapper constructor.
    • Constructor Detail

      • 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.