Python binding for OpenEStimCtrl
Project description
OpenEStimCtrl Python Binding with cffi
How to use
Download dynamic library from OpenEStimCtrl repository and put it in the same directory for your script.
from openestimctrl import YokoNexES01
def send_ble_data(service, characteristic, data):
pass
# Pass the path to the dynamic library and a callback function to send data to BLE device
protocol = YokoNexES01('OpenEstimCtrl.dll', send_ble_data)
如何使用
从 OpenEStimCtrl 仓库下载动态库并将其放在脚本的相同目录中。
from openestimctrl import YokoNexES01
def send_ble_data(service, characteristic, data):
pass
# 传递动态库的路径和一个回调函数,用于将数据发送到BLE设备
protocol = YokoNexES01('OpenEstimCtrl.dll', send_ble_data)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openestimctrl-0.1.6.tar.gz
(18.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openestimctrl-0.1.6.tar.gz.
File metadata
- Download URL: openestimctrl-0.1.6.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b64135547f541a2543c989faeb1b0c23f7cdf03acd74ce4960958ca18730280a
|
|
| MD5 |
57a0278ec5a9dc2ae3e9c21cad2b2dc0
|
|
| BLAKE2b-256 |
58502a501fc6ca75ac5cd291af392ec7c4917ab46db8a9203655a808d4a44124
|
File details
Details for the file openestimctrl-0.1.6-py3-none-any.whl.
File metadata
- Download URL: openestimctrl-0.1.6-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8857de97a435936d1fd6461753b0da03c68c6d26e9f078482e5eca40e5e0dd9
|
|
| MD5 |
b7e199cccf59c24867daeac4c73c827c
|
|
| BLAKE2b-256 |
dc685908da56526d63cf5c2b30e98bce1525947725f3410dccfcb5c593d21146
|