{"id":13613083,"url":"https://github.com/Miceuz/sht25-micropython","last_synced_at":"2025-04-13T15:32:28.947Z","repository":{"id":146086068,"uuid":"74517057","full_name":"Miceuz/sht25-micropython","owner":"Miceuz","description":"Micropython implementation of API of SHT25 Humidity and Temperature Sensor","archived":false,"fork":false,"pushed_at":"2018-01-22T19:54:26.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-22T13:30:43.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Miceuz.png","metadata":{"files":{"readme":"README.md","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,"roadmap":null,"authors":null}},"created_at":"2016-11-22T21:59:40.000Z","updated_at":"2023-01-10T17:14:12.000Z","dependencies_parsed_at":"2023-05-13T03:15:30.998Z","dependency_job_id":null,"html_url":"https://github.com/Miceuz/sht25-micropython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miceuz%2Fsht25-micropython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miceuz%2Fsht25-micropython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miceuz%2Fsht25-micropython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miceuz%2Fsht25-micropython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Miceuz","download_url":"https://codeload.github.com/Miceuz/sht25-micropython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248735905,"owners_count":21153498,"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","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":[],"created_at":"2024-08-01T20:00:39.422Z","updated_at":"2025-04-13T15:32:28.692Z","avatar_url":"https://github.com/Miceuz.png","language":"Python","funding_links":[],"categories":["Libraries","精选驱动库"],"sub_categories":["Sensors","传感器"],"readme":"# sht25-micropython\n[Micropython](https://micropython.org) implementation of API of [SHT25](https://www.sensirion.com/sht25) Humidity and Temperature Sensor\n\n## Usage\n\n```python\nimport time\nfrom machine import I2C\nfrom machine import Pin\nfrom sht25 import SHT25\n\nsensor = SHT25(I2C(scl=Pin(5), sda=Pin(4)))\n\nwhile True:\n\tprint(str(sensor.getTemperature()) + \", \" + str(sensor.getHumidity()))\n\ttime.sleep(1)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMiceuz%2Fsht25-micropython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMiceuz%2Fsht25-micropython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMiceuz%2Fsht25-micropython/lists"}