moons-motor 0.0.10__tar.gz → 0.0.11__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {moons_motor-0.0.10 → moons_motor-0.0.11}/PKG-INFO +2 -2
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor/motor.py +1 -1
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor.egg-info/PKG-INFO +2 -2
- {moons_motor-0.0.10 → moons_motor-0.0.11}/pyproject.toml +1 -1
- {moons_motor-0.0.10 → moons_motor-0.0.11}/LICENSE +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/README.md +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor/__init__.py +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor/observer.py +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor/simulate.py +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor/status.py +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor/subject.py +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor.egg-info/SOURCES.txt +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor.egg-info/dependency_links.txt +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor.egg-info/requires.txt +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/moons_motor.egg-info/top_level.txt +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/setup.cfg +0 -0
- {moons_motor-0.0.10 → moons_motor-0.0.11}/setup.py +0 -0
@@ -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
|
@@ -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
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "moons_motor"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.11"
|
8
8
|
authors = [{ name = "miroc", email = "mike8503111@gmail.com" }]
|
9
9
|
description = "This is a python library for controlling the Moons' motor through the serial port."
|
10
10
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|