# telemetrix_Barmaja (v0.1.2)
Arduino IDE-style **class API** on top of telemetrix (tested with v1.43). Examples are packaged in the wheel at `telemetrix_Barmaja/examples/`.
```python
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()
```
Raw data
{
"_id": null,
"home_page": null,
"name": "telemetrix-Barmaja",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "arduino, telemetrix, education, STEM, robotics",
"author": null,
"author_email": "Barmaja <info@example.com>",
"download_url": "https://files.pythonhosted.org/packages/1c/82/b5c29790359a3c5d277f9a3c2a22c1a1d103668bd36cc49341ae6c284908/telemetrix_barmaja-0.1.2.tar.gz",
"platform": null,
"description": "\r\n# telemetrix_Barmaja (v0.1.2)\r\n\r\nArduino IDE-style **class API** on top of telemetrix (tested with v1.43). Examples are packaged in the wheel at `telemetrix_Barmaja/examples/`.\r\n\r\n```python\r\nimport time\r\nfrom telemetrix_Barmaja import TelemetrixSync, OUTPUT, HIGH, LOW\r\n\r\nboard = TelemetrixSync() # auto-detect; or TelemetrixSync(com_port=\"COM6\")\r\nboard.pinMode(13, OUTPUT)\r\ntry:\r\n while True:\r\n board.digitalWrite(13, HIGH); time.sleep(0.5)\r\n board.digitalWrite(13, LOW); time.sleep(0.5)\r\nfinally:\r\n board.shutdown()\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Arduino IDE-style class API on top of telemetrix (v1.43) with packaged examples.",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://example.com/telemetrix-barmaja",
"Issues": "https://example.com/telemetrix-barmaja-issues",
"Repository": "https://example.com/telemetrix-barmaja-repo"
},
"split_keywords": [
"arduino",
" telemetrix",
" education",
" stem",
" robotics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1f30978c9e9ac89f6ec333760330b9a7d6d55e0e0bd3fa257ce7f6e0a5e2b4d3",
"md5": "87b9997fa5e8662c97eb0d0f04b4e2ad",
"sha256": "df9c6117b1a088adc11df77dc807744adfea9302001d805f177a8099ba486840"
},
"downloads": -1,
"filename": "telemetrix_barmaja-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "87b9997fa5e8662c97eb0d0f04b4e2ad",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 16247,
"upload_time": "2025-09-13T16:15:31",
"upload_time_iso_8601": "2025-09-13T16:15:31.651644Z",
"url": "https://files.pythonhosted.org/packages/1f/30/978c9e9ac89f6ec333760330b9a7d6d55e0e0bd3fa257ce7f6e0a5e2b4d3/telemetrix_barmaja-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1c82b5c29790359a3c5d277f9a3c2a22c1a1d103668bd36cc49341ae6c284908",
"md5": "ef971ce8422400ebd86afcf473cdd2c7",
"sha256": "9bb450ed6738920fd60ce82ec2c3a93d9508b1b563b492eff5507762965eb950"
},
"downloads": -1,
"filename": "telemetrix_barmaja-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "ef971ce8422400ebd86afcf473cdd2c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 8504,
"upload_time": "2025-09-13T16:15:32",
"upload_time_iso_8601": "2025-09-13T16:15:32.978150Z",
"url": "https://files.pythonhosted.org/packages/1c/82/b5c29790359a3c5d277f9a3c2a22c1a1d103668bd36cc49341ae6c284908/telemetrix_barmaja-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-13 16:15:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "telemetrix-barmaja"
}