We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5680c commit bcb8fe3Copy full SHA for bcb8fe3
pymycobot/__init__.py
@@ -38,7 +38,7 @@
38
from pymycobot.pro400 import Pro400
39
from pymycobot.pro400client import Pro400Client
40
from pymycobot.myarmm_control import MyArmMControl
41
-
+from conveyor_api import ConveyorAPI
42
__all__ = [
43
"MyPalletizer260",
44
"MechArm270",
@@ -75,8 +75,8 @@
75
"Pro400Client",
76
"MyCobot280Socket",
77
"MyCobot320Socket",
78
- "MyArmMControl"
79
+ "MyArmMControl",
+ "ConveyorAPI"
80
]
81
82
if sys.platform == "linux":
pymycobot/conveyor_api.py
@@ -125,7 +125,7 @@ def flush(self):
125
self._serial_port.flush()
126
127
128
-class Conveyor(SerialProtocol):
+class ConveyorAPI(SerialProtocol):
129
class MotorModel:
130
STEPPER_MOTOR_42 = 0x30
131
STEPPER_MOTOR_57 = 0x31
0 commit comments