Fixed bugs in EL734

Phytron motor driver is now working
May be fixed inverted limits on pmac
This commit is contained in:
2019-05-23 16:50:10 +02:00
parent b4b093efdf
commit bf2ff63a4b
10 changed files with 183 additions and 63 deletions

View File

@@ -34,9 +34,7 @@ private:
double position;
int homing;
time_t next_poll;
int ErrTxtIdx;
void forwardErrorTxt(EL734Axis *axis);
int errorReported;
friend class EL734Controller;
};