Skip to main content

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


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-1.0.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

telemetrix_barmaja-1.0.0-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file telemetrix_barmaja-1.0.0.tar.gz.

File metadata

  • Download URL: telemetrix_barmaja-1.0.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for telemetrix_barmaja-1.0.0.tar.gz
Algorithm Hash digest
SHA256 01dcfc5a6170b4d26e393e1626a7a4fad7161bd70641f7da5ecbce41252a7ba5
MD5 699d2c4cda809d654865b6017eae600b
BLAKE2b-256 2f149171dea6773096690bb5c4b6badfff52785c91fa4f235ace71caf9298f59

See more details on using hashes here.

File details

Details for the file telemetrix_barmaja-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for telemetrix_barmaja-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7cb35c7b96629a2a8228d33fba2be8349d926f4d32c8cd03a7f27e719aedd472
MD5 1358f4c6681c54bcc576f78a85cc61e5
BLAKE2b-256 b51db08f1d8e9a1cf6470b8f18f9411894b2a9f92d6bcb60af52f80430f45005

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page