sensor-sdk 0.0.46__tar.gz → 0.0.47__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.
- {sensor_sdk-0.0.46/sensor_sdk.egg-info → sensor_sdk-0.0.47}/PKG-INFO +1 -1
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/gforce.py +3 -3
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47/sensor_sdk.egg-info}/PKG-INFO +1 -1
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/setup.py +1 -1
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/LICENSE.txt +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/README.md +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/__init__.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/bleak_host.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/bleak_process.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/sensor_controller.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/sensor_data.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/sensor_data_context.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/sensor_device.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/sensor_profile.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor/sensor_utils.py +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor_sdk.egg-info/SOURCES.txt +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor_sdk.egg-info/dependency_links.txt +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor_sdk.egg-info/requires.txt +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor_sdk.egg-info/top_level.txt +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/sensor_sdk.egg-info/zip-safe +0 -0
- {sensor_sdk-0.0.46 → sensor_sdk-0.0.47}/setup.cfg +0 -0
|
@@ -464,9 +464,9 @@ class GForce:
|
|
|
464
464
|
return await self._run_in_gforce_loop(self._do_connect(disconnect_cb, buf))
|
|
465
465
|
|
|
466
466
|
async def _do_connect(self, disconnect_cb, buf: queue.Queue[bytes]):
|
|
467
|
-
if platform.system() == "Darwin":
|
|
468
|
-
|
|
469
|
-
|
|
467
|
+
# if platform.system() == "Darwin":
|
|
468
|
+
# loop = asyncio.get_running_loop()
|
|
469
|
+
# asyncio.set_event_loop(loop)
|
|
470
470
|
|
|
471
471
|
client = BleakClient(self._device, disconnected_callback=disconnect_cb)
|
|
472
472
|
self.client = client
|
|
@@ -8,7 +8,7 @@ with open(os.path.join(this_directory, "README.md"), "r", encoding="utf-8") as f
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name="sensor-sdk",
|
|
11
|
-
version="0.0.
|
|
11
|
+
version="0.0.47",
|
|
12
12
|
description="Python sdk for Synchroni",
|
|
13
13
|
long_description=long_description,
|
|
14
14
|
long_description_content_type="text/markdown",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|