moons-motor 0.1.5__tar.gz → 0.1.6__tar.gz
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-0.1.5 → moons_motor-0.1.6}/PKG-INFO +1 -1
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor/motor.py +1 -1
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor.egg-info/PKG-INFO +1 -1
- {moons_motor-0.1.5 → moons_motor-0.1.6}/pyproject.toml +1 -1
- {moons_motor-0.1.5 → moons_motor-0.1.6}/LICENSE +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/README.md +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor/__init__.py +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor/observer.py +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor/simulate.py +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor/status.py +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor/subject.py +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor.egg-info/SOURCES.txt +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor.egg-info/dependency_links.txt +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor.egg-info/requires.txt +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/moons_motor.egg-info/top_level.txt +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/setup.cfg +0 -0
- {moons_motor-0.1.5 → moons_motor-0.1.6}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: moons_motor
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
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
|
@@ -403,7 +403,7 @@ class MoonsStepper(Subject):
|
|
403
403
|
elif "?" in response:
|
404
404
|
MoonsStepper.logger.info(f"(x)fail_ack")
|
405
405
|
else:
|
406
|
-
MoonsStepper.logger.info(f"Received from {self.device}: "
|
406
|
+
MoonsStepper.logger.info(f"Received from {self.device}: {response}")
|
407
407
|
self.recvQueue.put_nowait(response)
|
408
408
|
|
409
409
|
if "=" in response:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: moons_motor
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
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.1.
|
7
|
+
version = "0.1.6"
|
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
|