microjoy


Namemicrojoy JSON
Version 0.0.3 PyPI version JSON
download
home_page
Summarybiblioteca para leitura de joystick com micropython
upload_time2023-08-01 22:49:25
maintainer
docs_urlNone
authorIssei momonge
requires_python
licenseMIT License
keywords joystick micropython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # comu

init

    from j.joy import Joy
    
    j = Joy(35)

    while True:
        print(j.read())

escala

    from j.joy import Joy
    
    j=Joy(35,escala=(-10,10))

    while True:
        print(j.read())

inverter o valor

    from j.joy import Joy
    
    j=Joy(35, invert=True)

    while True:
        print(j.read())


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "microjoy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "joystick micropython",
    "author": "Issei momonge",
    "author_email": "mggyggf@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/19/8a/2ae5bc8c2a86a091f237e0428b7e7db9abf1be843691ace951e1eea491b6/microjoy-0.0.3.tar.gz",
    "platform": null,
    "description": "# comu\r\n\r\ninit\r\n\r\n    from j.joy import Joy\r\n    \r\n    j = Joy(35)\r\n\r\n    while True:\r\n        print(j.read())\r\n\r\nescala\r\n\r\n    from j.joy import Joy\r\n    \r\n    j=Joy(35,escala=(-10,10))\r\n\r\n    while True:\r\n        print(j.read())\r\n\r\ninverter o valor\r\n\r\n    from j.joy import Joy\r\n    \r\n    j=Joy(35, invert=True)\r\n\r\n    while True:\r\n        print(j.read())\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "biblioteca para leitura de joystick com micropython",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "joystick",
        "micropython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "198a2ae5bc8c2a86a091f237e0428b7e7db9abf1be843691ace951e1eea491b6",
                "md5": "76c9a4ade4b3ad2fa45b928a9e63aa95",
                "sha256": "73fe47d20f8a6a9d2235fa527370a485a864ee6dff651e686f5c0174ac17d237"
            },
            "downloads": -1,
            "filename": "microjoy-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "76c9a4ade4b3ad2fa45b928a9e63aa95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2268,
            "upload_time": "2023-08-01T22:49:25",
            "upload_time_iso_8601": "2023-08-01T22:49:25.842863Z",
            "url": "https://files.pythonhosted.org/packages/19/8a/2ae5bc8c2a86a091f237e0428b7e7db9abf1be843691ace951e1eea491b6/microjoy-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 22:49:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "microjoy"
}
        
Elapsed time: 0.09478s