{"id":13802606,"url":"https://github.com/robert-hh/SHT30","last_synced_at":"2025-05-13T13:32:28.891Z","repository":{"id":82726495,"uuid":"597664713","full_name":"robert-hh/SHT30","owner":"robert-hh","description":"MicroPython driver for the SHT3x sensor.","archived":false,"fork":false,"pushed_at":"2023-02-05T09:07:31.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-22T13:30:48.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/robert-hh.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":"2023-02-05T08:48:52.000Z","updated_at":"2024-04-07T14:22:33.000Z","dependencies_parsed_at":"2023-03-18T08:00:47.343Z","dependency_job_id":null,"html_url":"https://github.com/robert-hh/SHT30","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/robert-hh%2FSHT30","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robert-hh%2FSHT30/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robert-hh%2FSHT30/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robert-hh%2FSHT30/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robert-hh","download_url":"https://codeload.github.com/robert-hh/SHT30/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225229875,"owners_count":17441336,"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-04T00:01:48.390Z","updated_at":"2024-11-18T18:30:28.410Z","avatar_url":"https://github.com/robert-hh.png","language":"Python","readme":"# Readme\n\nThis is a copy of a repository of Roberto Sánchez at \nhttps://github.com/rsc1975/micropython-sht30.\nThe scripts are only changed to adapt it for using machine.I2C for\nthe interface, and removing some obsolete characters.\n\nSample usage of the driver:\n\n    from machine import I2C, Pin\n    import sht30\n\n    i2c=I2C(0, sda=Pin(4), scl=Pin(5))\n    sht=sht30.SHT30(i2c=i2c, i2c_address=68)\n\n    sht.measure()\n\n\nNote: The Apache license is that of the initial author. Personally\nI prefer MIT.","funding_links":[],"categories":["Libraries"],"sub_categories":["Sensors"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobert-hh%2FSHT30","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobert-hh%2FSHT30","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobert-hh%2FSHT30/lists"}