Arduino IDE-style class API on top of telemetrix (v1.43) with packaged examples.
Project description
telemetrix_Barmaja (v0.2.1)
Arduino IDE-style class API on top of telemetrix (tested with v1.43). Examples are packaged in the wheel at telemetrix_Barmaja/examples/.
import time
from telemetrix_Barmaja import TelemetrixSync, OUTPUT, HIGH, LOW
board = TelemetrixSync() # auto-detect; or TelemetrixSync(com_port="COM6")
board.pinMode(13, OUTPUT)
try:
while True:
board.digitalWrite(13, HIGH); time.sleep(0.5)
board.digitalWrite(13, LOW); time.sleep(0.5)
finally:
board.shutdown()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
telemetrix_barmaja-0.2.3.tar.gz
(12.2 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 telemetrix_barmaja-0.2.3.tar.gz.
File metadata
- Download URL: telemetrix_barmaja-0.2.3.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4687b5222205c999d9a046bf825415e4c0c74ddeeef409c3dc84fadf1bbf39b9
|
|
| MD5 |
ebbddefbcda4fa715d93a727654dd97c
|
|
| BLAKE2b-256 |
da0db08c7b8e2cdc368d31fbc7b15bb8eaeed61f960b2a20af83a5c1c9489f6b
|
File details
Details for the file telemetrix_barmaja-0.2.3-py3-none-any.whl.
File metadata
- Download URL: telemetrix_barmaja-0.2.3-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c28e46b39ca5fc5760a0b18aa7c74b2fcb3189c937fc9c5daedfd5d8ef83201
|
|
| MD5 |
51055e8f7ee675f56951b4f304846c51
|
|
| BLAKE2b-256 |
67a17d77719a19426b4e408a56e16831b870c140192b22490c700c6c7c4be205
|