diff options
| -rw-r--r-- | Phytron.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ class Axis: def halt(self): pass - def break(self): + def stop(self): pass def setRunCurrent(self, current): |
![]() |
index : PyPhytron | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Phytron.py | 2 |
@@ -61,7 +61,7 @@ class Axis: def halt(self): pass - def break(self): + def stop(self): pass def setRunCurrent(self, current): |