moons-motor 0.0.10__py3-none-any.whl → 0.0.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- moons_motor/motor.py +1 -1
- {moons_motor-0.0.10.dist-info → moons_motor-0.0.11.dist-info}/METADATA +2 -2
- {moons_motor-0.0.10.dist-info → moons_motor-0.0.11.dist-info}/RECORD +6 -6
- {moons_motor-0.0.10.dist-info → moons_motor-0.0.11.dist-info}/WHEEL +1 -1
- {moons_motor-0.0.10.dist-info → moons_motor-0.0.11.dist-info}/LICENSE +0 -0
- {moons_motor-0.0.10.dist-info → moons_motor-0.0.11.dist-info}/top_level.txt +0 -0
moons_motor/motor.py
CHANGED
@@ -292,7 +292,7 @@ class MoonsStepper(Subject):
|
|
292
292
|
def calibrate(self, motor_address="", speed=0.3, onStart=None, onComplete=None):
|
293
293
|
self.send(self.addressed_cmd(motor_address, "VE{}".format(speed)))
|
294
294
|
# time.sleep(0.01)
|
295
|
-
self.send(self.addressed_cmd(motor_address, "DI10"))
|
295
|
+
# self.send(self.addressed_cmd(motor_address, "DI10"))
|
296
296
|
# time.sleep(0.01)
|
297
297
|
self.send(self.addressed_cmd(motor_address, "SH3F"))
|
298
298
|
# time.sleep(0.01)
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: moons_motor
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.11
|
4
4
|
Summary: This is a python library for controlling the Moons' motor through the serial port.
|
5
5
|
Author-email: miroc <mike8503111@gmail.com>
|
6
6
|
Project-URL: Repository, https://github.com/miroc99/moons_motor.git
|
@@ -1,11 +1,11 @@
|
|
1
1
|
moons_motor/__init__.py,sha256=qOpsRwizV-DpKSvNzyvj8ju3cs6vwgIICur1Oe6sxOA,27
|
2
|
-
moons_motor/motor.py,sha256=
|
2
|
+
moons_motor/motor.py,sha256=Fbp08XMgAjLiyGqFD-WXsGXBNrgCiclsopYxT0tq9Xk,16077
|
3
3
|
moons_motor/observer.py,sha256=PXzuPYKRb2HpjArJcD8HakYIPfFGAs1uBDIL8PSizgA,124
|
4
4
|
moons_motor/simulate.py,sha256=J0y1fZhoOim9i-BAkprxnPern1SAdkDfKPqT2MWyDwU,2561
|
5
5
|
moons_motor/status.py,sha256=jXQZFZTt9ugHktkWKLII8MpEQQaeO-UjlwTrrP4LJNE,2872
|
6
6
|
moons_motor/subject.py,sha256=L_GS6fvJTeX7X23o3T92oiZ4rtLVKA2OEd9GpHn_Dz4,445
|
7
|
-
moons_motor-0.0.
|
8
|
-
moons_motor-0.0.
|
9
|
-
moons_motor-0.0.
|
10
|
-
moons_motor-0.0.
|
11
|
-
moons_motor-0.0.
|
7
|
+
moons_motor-0.0.11.dist-info/LICENSE,sha256=nsYjO800SjIjI85y2kVHR5mC3tca2vs4kK_BhNe89bM,1074
|
8
|
+
moons_motor-0.0.11.dist-info/METADATA,sha256=Pde70Xqjwl4hZmQZMig8ik6_T1XqutMWs5wkkAkTVdg,1282
|
9
|
+
moons_motor-0.0.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
10
|
+
moons_motor-0.0.11.dist-info/top_level.txt,sha256=0dE-CR5_NYBw34jHIDGQNWpMllzO6mtUIuKyRv_rJLg,12
|
11
|
+
moons_motor-0.0.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|