neon-phal-plugin-switches


Nameneon-phal-plugin-switches JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/NeonGeckoCom/neon-phal-plugin-switches
SummaryHardware Switch Interface
upload_time2024-04-22 18:46:40
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/05/2b/fb3ad57cd2c1583e9ea7de9af6fa9c923ec63348b152fc1fe8fddb490ef5/neon-phal-plugin-switches-0.0.5.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.5",
    "project_urls": {
        "Homepage": "https://github.com/NeonGeckoCom/neon-phal-plugin-switches"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fad200db62a14f2523dbdd3837fbc06844b1878ff169ca9e5046b501b4b6ed0",
                "md5": "f02e6770561475fbf2477d8144023557",
                "sha256": "3b94682ae9cca6dd340a9ead88b1ff76cc2df1c4d7167bbc369c485ec3adc868"
            },
            "downloads": -1,
            "filename": "neon_phal_plugin_switches-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f02e6770561475fbf2477d8144023557",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5510,
            "upload_time": "2024-04-22T18:46:39",
            "upload_time_iso_8601": "2024-04-22T18:46:39.189206Z",
            "url": "https://files.pythonhosted.org/packages/8f/ad/200db62a14f2523dbdd3837fbc06844b1878ff169ca9e5046b501b4b6ed0/neon_phal_plugin_switches-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "052bfb3ad57cd2c1583e9ea7de9af6fa9c923ec63348b152fc1fe8fddb490ef5",
                "md5": "282b558b321077505eb62dbabfa82fac",
                "sha256": "fd2157a5b417cba34a1d64a8a1cce27abee6776e2201d3a2a1facc044633b06a"
            },
            "downloads": -1,
            "filename": "neon-phal-plugin-switches-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "282b558b321077505eb62dbabfa82fac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4426,
            "upload_time": "2024-04-22T18:46:40",
            "upload_time_iso_8601": "2024-04-22T18:46:40.413496Z",
            "url": "https://files.pythonhosted.org/packages/05/2b/fb3ad57cd2c1583e9ea7de9af6fa9c923ec63348b152fc1fe8fddb490ef5/neon-phal-plugin-switches-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 18:46:40",
    "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.21249s