Revision c9fa414d devices/DiWheelDrive/userthread.hpp

View differences:

devices/DiWheelDrive/userthread.hpp
71 71

  
72 72
private:
73 73
  void setRpmSpeed(const int (&rpmSpeed)[2]);
74
  void setRpmSpeedFuzzy(const int (&rpmSpeed)[2]);
74 75
  void lightOneLed(Color color, int idx);
75 76
  void lightAllLeds(Color color);
76 77
  /**
......
80 81
  void checkForMotion();
81 82
  bool checkPinVoltage();
82 83
  bool checkPinEnabled();
83
  uint16_t getProxyRingSum();
84
  int getProxyRingSum();
85

  
84 86

  
85 87
  /**
86 88
   * Check if current position changes when the wheel are deactivated.

Also available in: Unified diff