{"id":13802571,"url":"https://github.com/mattytrentini/micropython-tmp1075","last_synced_at":"2025-05-13T13:32:15.898Z","repository":{"id":142827812,"uuid":"177412422","full_name":"mattytrentini/micropython-tmp1075","owner":"mattytrentini","description":"A MicroPython driver for the TI TMP1075 temperature sensor","archived":false,"fork":false,"pushed_at":"2021-04-14T00:05:36.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T17:07:37.200Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattytrentini.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":"2019-03-24T12:34:47.000Z","updated_at":"2021-04-14T00:05:38.000Z","dependencies_parsed_at":"2023-03-23T16:04:21.388Z","dependency_job_id":null,"html_url":"https://github.com/mattytrentini/micropython-tmp1075","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/mattytrentini%2Fmicropython-tmp1075","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattytrentini%2Fmicropython-tmp1075/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattytrentini%2Fmicropython-tmp1075/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattytrentini%2Fmicropython-tmp1075/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattytrentini","download_url":"https://codeload.github.com/mattytrentini/micropython-tmp1075/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253950212,"owners_count":21989321,"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.652Z","updated_at":"2025-05-13T13:32:15.668Z","avatar_url":"https://github.com/mattytrentini.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Sensors"],"readme":"# micropython-tmp1075\nA MicroPython driver for the [TI TMP1075 temperature sensor](http://www.ti.com/product/TMP1075)\n\nCurrently only supports querying of the temperature. \n\n## Usage\n\n```python\n    i2c = I2C(sda=Pin(33), scl=Pin(32), freq=133000)\n    tmp1075 = Tmp1075(i2c)\n    tmp1075.get_temperature()\n```\n\n## Unit tests\n\nExpects the MicroPython [unittest](https://github.com/micropython/micropython-lib/tree/master/unittest) module to be installed.\n\n```python\n    import unittest\n    unittest.main('test_tmp1075')\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattytrentini%2Fmicropython-tmp1075","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattytrentini%2Fmicropython-tmp1075","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattytrentini%2Fmicropython-tmp1075/lists"}