{"id":23744895,"url":"https://github.com/stm32duino/stts22h","last_synced_at":"2025-09-04T00:40:31.340Z","repository":{"id":52206343,"uuid":"233575908","full_name":"stm32duino/STTS22H","owner":"stm32duino","description":"Arduino library to support the STTS22H digital temperature sensor","archived":false,"fork":false,"pushed_at":"2023-11-28T09:54:34.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-19T13:38:09.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stm32duino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-13T11:03:57.000Z","updated_at":"2024-05-08T10:51:36.000Z","dependencies_parsed_at":"2023-01-23T19:31:00.159Z","dependency_job_id":"42188342-46be-49ad-a242-044f2ff78d5d","html_url":"https://github.com/stm32duino/STTS22H","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/stm32duino/STTS22H","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSTTS22H","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSTTS22H/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSTTS22H/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSTTS22H/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/STTS22H/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSTTS22H/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273534228,"owners_count":25122636,"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-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2024-12-31T12:50:49.194Z","updated_at":"2025-09-04T00:40:31.313Z","avatar_url":"https://github.com/stm32duino.png","language":"C","readme":"# STTS22H\nArduino library to support the STTS22H digital temperature sensor\n\n## API\n\nThis sensor uses I2C to communicate.\nFor I2C it is then required to create a TwoWire interface before accessing to the sensors:  \n\n    TwoWire dev_i2c(I2C_SDA, I2C_SCL);  \n    dev_i2c.begin();\n\nAn instance can be created and enabled when the I2C bus is used following the procedure below:  \n\n    STTS22HSensor Temp(\u0026dev_i2c);\n    Temp.begin();\t\n    Temp.Enable();\n\nThe access to the sensor values is done as explained below:  \n\n  Read temperature.  \n\n    float temperature;\n    Temp.GetTemperature(\u0026temperature);\n\n## Documentation\n\nYou can find the source files at  \nhttps://github.com/stm32duino/STTS22H\n\nThe STTS22H datasheet is available at  \nhttps://www.st.com/content/st_com/en/products/mems-and-sensors/temperature-sensors/stts22h.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fstts22h","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Fstts22h","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fstts22h/lists"}