Revision 12463563 devices/DiWheelDrive/global.hpp

View differences:

devices/DiWheelDrive/global.hpp
170 170
  int rpmSoftRight[2] = {rpmSoftLeft[1],rpmSoftLeft[0]};
171 171
  int rpmHardRight[2] = {rpmHardLeft[1],rpmHardLeft[0]};
172 172

  
173
  // Line Following thresholds set due to calibration
174
  int threshProxyL = 0;
175
  int threshProxyR = 0;
176

  
173 177
public:
174 178
  Global() :
175 179
    HW_I2C1(&I2CD1), HW_I2C2(&I2CD2),

Also available in: Unified diff