Skip to content
Snippets Groups Projects
Commit f10cf7fd authored by Malaurie Bernard's avatar Malaurie Bernard
Browse files

Add speed definition to be able to use an emulator

parent 562e4ecd
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
...@@ -15,6 +15,7 @@ public: ...@@ -15,6 +15,7 @@ public:
float maxSpeed () { return 10; } float maxSpeed () { return 10; }
float acceleration () { return 5; } float acceleration () { return 5; }
long distanceToGo () { return 0; } long distanceToGo () { return 0; }
float speed() {return 10;}
}; };
#else #else
#include <AccelStepper.h> #include <AccelStepper.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment