{"id":20940824,"url":"https://github.com/timhanewich/runninglightcontrol","last_synced_at":"2026-04-27T14:31:00.120Z","repository":{"id":57463225,"uuid":"278454167","full_name":"TimHanewich/RunningLightControl","owner":"TimHanewich","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-09T20:07:46.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-23T00:03:34.590Z","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/TimHanewich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-09T19:34:20.000Z","updated_at":"2020-07-09T20:07:48.000Z","dependencies_parsed_at":"2022-09-12T13:40:49.014Z","dependency_job_id":null,"html_url":"https://github.com/TimHanewich/RunningLightControl","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/TimHanewich%2FRunningLightControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2FRunningLightControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2FRunningLightControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2FRunningLightControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimHanewich","download_url":"https://codeload.github.com/TimHanewich/RunningLightControl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243335385,"owners_count":20274898,"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-11-18T23:12:01.928Z","updated_at":"2025-12-27T18:39:08.834Z","avatar_url":"https://github.com/TimHanewich.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Running Light Control\n======================\nA light-weight package for controlling a raspberry-pi connected LED running light.  \n### Example code:\n\n    import RPi.GPIO as GPIO\n    import runninglight\n    import time\n\n\n    #Pin for the light\n    MPIN = 3\n\n    #set up\n    GPIO.setmode(GPIO.BCM)\n    GPIO.setup(MPIN, GPIO.OUT)\n\n    #create\n    rlm = runninglight.runninglightmanager(MPIN)\n\n    #run\n    rlm.set_mode(runninglight.light_mode.doubleblink_1sec)\n    rlm.start()\n    print(\"Started!\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhanewich%2Frunninglightcontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimhanewich%2Frunninglightcontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhanewich%2Frunninglightcontrol/lists"}