mirror of
https://github.com/thunderbug1/Spherebot-Host-GUI.git
synced 2026-03-03 08:33:59 +01:00
Detab Arduino sketch
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
class StepperModel
|
||||
{
|
||||
private:
|
||||
|
||||
int dirPin;
|
||||
int stepPin;
|
||||
int enablePin;
|
||||
@@ -68,7 +67,6 @@ public:
|
||||
#ifdef AUTO_HOMING
|
||||
void autoHoming();
|
||||
#endif
|
||||
|
||||
|
||||
void setTargetPosition(double pos);
|
||||
double getCurrentPosition();
|
||||
|
||||
Reference in New Issue
Block a user