{"id":13802582,"url":"https://github.com/targetblank/micropython_ahtx0","last_synced_at":"2025-04-30T07:29:35.255Z","repository":{"id":43901760,"uuid":"319876173","full_name":"targetblank/micropython_ahtx0","owner":"targetblank","description":"MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.","archived":false,"fork":false,"pushed_at":"2023-10-12T18:09:19.000Z","size":8553,"stargazers_count":41,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T22:51:31.936Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/targetblank.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-09T07:25:26.000Z","updated_at":"2025-03-26T01:31:36.000Z","dependencies_parsed_at":"2024-08-04T00:17:53.291Z","dependency_job_id":null,"html_url":"https://github.com/targetblank/micropython_ahtx0","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"6b35b302f9f51ef2e90c6236d0d44e478b328656"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetblank%2Fmicropython_ahtx0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetblank%2Fmicropython_ahtx0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetblank%2Fmicropython_ahtx0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetblank%2Fmicropython_ahtx0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/targetblank","download_url":"https://codeload.github.com/targetblank/micropython_ahtx0/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251660305,"owners_count":21623223,"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:47.887Z","updated_at":"2025-04-30T07:29:35.225Z","avatar_url":"https://github.com/targetblank.png","language":"Python","readme":"# micropython_ahtx0\n\nMicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.\n\n## Example usage\n\n```python\nimport utime\nfrom machine import Pin, I2C\n\nimport ahtx0\n\n# I2C for the Wemos D1 Mini with ESP8266\ni2c = I2C(scl=Pin(5), sda=Pin(4))\n\n# Create the sensor object using I2C\nsensor = ahtx0.AHT10(i2c)\n\nwhile True:\n    print(\"\\nTemperature: %0.2f C\" % sensor.temperature)\n    print(\"Humidity: %0.2f %%\" % sensor.relative_humidity)\n    utime.sleep(5)\n```\n\n## Changelog\n\n### 0.1.2\n\n- fixed packaging\n\n### 0.1.1\n\n- fixed code style and typos\n\n### 0.1.0\n\n- initial release","funding_links":[],"categories":["Libraries"],"sub_categories":["Sensors"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetblank%2Fmicropython_ahtx0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftargetblank%2Fmicropython_ahtx0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetblank%2Fmicropython_ahtx0/lists"}