neon-phal-plugin-switches


Nameneon-phal-plugin-switches JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/NeonGeckoCom/neon-phal-plugin-switches
SummaryHardware Switch Interface
upload_time2025-03-14 21:48:43
maintainerNone
docs_urlNone
authorNeongecko
requires_pythonNone
licenseBSD-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PHAL Switches Plugin
Enables switch inputs for volume, mute, and action button. Current implementation
assumes switches match the SJ201 configuration of pull-up momentary switches (GND activated)
and a mute toggle where GND == unmuted.

## Default Pin Configuration
| Pin | Connection    |
|-----|---------------|
| 22  | Volume Up     |
| 23  | Volume Down   |
| 24  | Action Button |
| 25  | Mute Switch   |

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeonGeckoCom/neon-phal-plugin-switches",
    "name": "neon-phal-plugin-switches",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Neongecko",
    "author_email": "developers@neon.ai",
    "download_url": "https://files.pythonhosted.org/packages/ad/f7/7760281b91ae3ccd2409d0cf62845e11d77cd93ed410c9e7d88227763a28/neon-phal-plugin-switches-0.0.6.tar.gz",
    "platform": null,
    "description": "# PHAL Switches Plugin\nEnables switch inputs for volume, mute, and action button. Current implementation\nassumes switches match the SJ201 configuration of pull-up momentary switches (GND activated)\nand a mute toggle where GND == unmuted.\n\n## Default Pin Configuration\n| Pin | Connection    |\n|-----|---------------|\n| 22  | Volume Up     |\n| 23  | Volume Down   |\n| 24  | Action Button |\n| 25  | Mute Switch   |\n",
    "bugtrack_url": null,
    "license": "BSD-3",
    "summary": "Hardware Switch Interface",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/NeonGeckoCom/neon-phal-plugin-switches"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2af0490c9129814f9da89b704f9359aeb2f9c541fc765a36dc11a26bae92c9f9",
                "md5": "99d4e89c2b8ceef1e01c437c599ea27f",
                "sha256": "3e6cb0d0d6c74c4abe2d59054b32a18aa86e05b872a937724d699ab5f8144167"
            },
            "downloads": -1,
            "filename": "neon_phal_plugin_switches-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "99d4e89c2b8ceef1e01c437c599ea27f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5514,
            "upload_time": "2025-03-14T21:48:42",
            "upload_time_iso_8601": "2025-03-14T21:48:42.446607Z",
            "url": "https://files.pythonhosted.org/packages/2a/f0/490c9129814f9da89b704f9359aeb2f9c541fc765a36dc11a26bae92c9f9/neon_phal_plugin_switches-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "adf77760281b91ae3ccd2409d0cf62845e11d77cd93ed410c9e7d88227763a28",
                "md5": "d17afe040a97c7d81f837b9fd63cb018",
                "sha256": "01c646245feb9a7b0d50c736f3803c60e2ecdddf7af84d35451329cc2d616209"
            },
            "downloads": -1,
            "filename": "neon-phal-plugin-switches-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d17afe040a97c7d81f837b9fd63cb018",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4444,
            "upload_time": "2025-03-14T21:48:43",
            "upload_time_iso_8601": "2025-03-14T21:48:43.601567Z",
            "url": "https://files.pythonhosted.org/packages/ad/f7/7760281b91ae3ccd2409d0cf62845e11d77cd93ed410c9e7d88227763a28/neon-phal-plugin-switches-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-14 21:48:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeonGeckoCom",
    "github_project": "neon-phal-plugin-switches",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "neon-phal-plugin-switches"
}
        
Elapsed time: 0.87275s