{"id":15992220,"url":"https://github.com/jposada202020/circuitpython_stts22h","last_synced_at":"2025-08-18T07:31:27.683Z","repository":{"id":161665876,"uuid":"636356727","full_name":"jposada202020/CircuitPython_STTS22H","owner":"jposada202020","description":"⛔️ DEPRECATED CircuitPython Driver for the STTS22H Temperature sensor","archived":true,"fork":false,"pushed_at":"2024-12-20T04:10:17.000Z","size":30,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T20:10:54.019Z","etag":null,"topics":["circuitpython","driver","sensor","stts22h","temperature"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jposada202020.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-04T17:06:41.000Z","updated_at":"2024-12-20T04:10:41.000Z","dependencies_parsed_at":"2023-10-12T17:44:07.022Z","dependency_job_id":null,"html_url":"https://github.com/jposada202020/CircuitPython_STTS22H","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"2bfae5699bd3698941c0650a7be383067ee64229"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jposada202020/CircuitPython_STTS22H","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_STTS22H","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_STTS22H/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_STTS22H/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_STTS22H/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jposada202020","download_url":"https://codeload.github.com/jposada202020/CircuitPython_STTS22H/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_STTS22H/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270961522,"owners_count":24675914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circuitpython","driver","sensor","stts22h","temperature"],"created_at":"2024-10-08T06:06:18.376Z","updated_at":"2025-08-18T07:31:27.672Z","avatar_url":"https://github.com/jposada202020.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"⛔️ DEPRECATED\n===============\n\nThis repository is no longer supported, please consider using alternatives.\n\n.. image:: http://unmaintained.tech/badge.svg\n  :target: http://unmaintained.tech\n  :alt: No Maintenance Intended\n\nMicroPython Driver for the DS3502 Potentiometer\n\nCircuitPython Driver for the STTS22H Temperature Sensor\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython \u003chttps://github.com/adafruit/circuitpython\u003e`_\n* `Bus Device \u003chttps://github.com/adafruit/Adafruit_CircuitPython_BusDevice\u003e`_\n* `Register \u003chttps://github.com/adafruit/Adafruit_CircuitPython_Register\u003e`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Community Bundle library and driver bundle \u003chttps://circuitpython.org/libraries\u003e`_\nor individual libraries can be installed using\n`circup \u003chttps://github.com/adafruit/circup\u003e`_.\n\n\nInstalling from PyPI\n=====================\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI \u003chttps://pypi.org/project/circuitpython-stts22h/\u003e`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install circuitpython-stts22h\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install circuitpython-stts22h\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n    mkdir project-name \u0026\u0026 cd project-name\n    python3 -m venv .venv\n    source .env/bin/activate\n    pip3 install circuitpython-stts22h\n\nInstalling to a Connected CircuitPython Device with Circup\n==========================================================\n\nMake sure that you have ``circup`` installed in your Python environment.\nInstall it with the following command if necessary:\n\n.. code-block:: shell\n\n    pip3 install circup\n\nWith ``circup`` installed and your CircuitPython device connected use the\nfollowing command to install:\n\n.. code-block:: shell\n\n    circup install stts22h\n\nOr the following command to update an existing version:\n\n.. code-block:: shell\n\n    circup update\n\nUsage Example\n=============\n\nTake a look at the examples directory\n\nDocumentation\n=============\nAPI documentation for this library can be found on `Read the Docs \u003chttps://circuitpython-stts22h.readthedocs.io/\u003e`_.\n\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n\u003chttps://github.com/jposada202020/CircuitPython_/blob/HEAD/CODE_OF_CONDUCT.md\u003e`_\nbefore contributing to help this project stay welcoming.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjposada202020%2Fcircuitpython_stts22h","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjposada202020%2Fcircuitpython_stts22h","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjposada202020%2Fcircuitpython_stts22h/lists"}