{"id":13802498,"url":"https://github.com/mcauser/micropython-max44009","last_synced_at":"2025-10-24T00:30:20.921Z","repository":{"id":150620671,"uuid":"296751692","full_name":"mcauser/micropython-max44009","owner":"mcauser","description":"MicroPython driver for the MAX44009 ambient light sensor","archived":false,"fork":false,"pushed_at":"2020-09-25T08:13:08.000Z","size":865,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-22T12:36:20.551Z","etag":null,"topics":["gy-49","max44009","micropython"],"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/mcauser.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-09-18T23:48:14.000Z","updated_at":"2022-09-17T09:18:49.000Z","dependencies_parsed_at":"2023-05-06T09:32:04.752Z","dependency_job_id":null,"html_url":"https://github.com/mcauser/micropython-max44009","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/mcauser%2Fmicropython-max44009","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcauser%2Fmicropython-max44009/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcauser%2Fmicropython-max44009/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcauser%2Fmicropython-max44009/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcauser","download_url":"https://codeload.github.com/mcauser/micropython-max44009/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245460693,"owners_count":20619124,"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":["gy-49","max44009","micropython"],"created_at":"2024-08-04T00:01:45.838Z","updated_at":"2025-10-24T00:30:15.875Z","avatar_url":"https://github.com/mcauser.png","language":"Python","readme":"# MicroPython MAX44009 Ambient Light Sensor\n\nA MicroPython driver for the MAX44009 ambient light sensor with I2C Interface.\n\n![demo](docs/demo.jpg)\n\n```\nimport max44009\nfrom machine import I2C, Pin\ni2c = I2C(scl=Pin(22), sda=Pin(21))\n\nsensor = max44009.MAX44009(i2c)\n\nsensor.continuous\n0\n\nsensor.continuous = 1\n\nsensor.manual = 0\n\nsensor.current_division_ratio = 0\n\nsensor.integration_time = 3\n\nsensor._read_config()\nsensor._config\n131\n\nsensor.lux\n136.8\n\nsensor.lux_fast\n126.72\n\nsensor.int_status\n0\n\nsensor.int_enable\n0\n\nsensor.int_enable = 1\n\nsensor.upper_threshold\n188006.4\n\nsensor.upper_threshold = 200\n\nsensor.lower_threshold\n0.0\n\nsensor.lower_threshold = 100\n\nsensor.threshold_timer\n25500\n\nsensor.threshold_timer = 1000\n```\n\n## License\n\nLicensed under the [MIT License](http://opensource.org/licenses/MIT).\n\nCopyright (c) 2020 Mike Causer\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Sensors"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcauser%2Fmicropython-max44009","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcauser%2Fmicropython-max44009","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcauser%2Fmicropython-max44009/lists"}