{"id":13802035,"url":"https://github.com/mattytrentini/micropython-mcp7940","last_synced_at":"2025-05-13T12:32:13.174Z","repository":{"id":142827806,"uuid":"192918321","full_name":"mattytrentini/micropython-mcp7940","owner":"mattytrentini","description":"A MicroPython driver for the Microchip MCP7940 RTC chip","archived":false,"fork":false,"pushed_at":"2019-07-14T23:40:55.000Z","size":7,"stargazers_count":1,"open_issues_count":10,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-06T17:07:36.286Z","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}},"created_at":"2019-06-20T12:44:27.000Z","updated_at":"2024-05-15T08:36:13.000Z","dependencies_parsed_at":"2023-03-23T16:03:47.644Z","dependency_job_id":null,"html_url":"https://github.com/mattytrentini/micropython-mcp7940","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-mcp7940","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattytrentini%2Fmicropython-mcp7940/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattytrentini%2Fmicropython-mcp7940/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattytrentini%2Fmicropython-mcp7940/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattytrentini","download_url":"https://codeload.github.com/mattytrentini/micropython-mcp7940/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253942546,"owners_count":21988077,"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:33.799Z","updated_at":"2025-05-13T12:32:12.925Z","avatar_url":"https://github.com/mattytrentini.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"readme":"# MicroPython-MCP7940\nA MicroPython driver for the Microchip MCP7940 RTC chip\n\n## Example usage\n\n```python\nimport mcp7940\nfrom machine import Pin, I2C\nimport utime as time\n\ni2c = I2C(sda=Pin(21), scl=Pin(22)) # Correct I2C pins for TinyPICO\nmcp = mcp7940.MCP7940(i2c)\n\nmcp.time # Read time\nmcp.time = time.localtime() # Set time\nmcp.start() # Start MCP oscillator\nmcp.time # Read time after setting it, repeat to see time incrementing\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattytrentini%2Fmicropython-mcp7940","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattytrentini%2Fmicropython-mcp7940","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattytrentini%2Fmicropython-mcp7940/lists"}