{"id":19899098,"url":"https://github.com/samrb-dev/traffic_light_system","last_synced_at":"2026-03-09T12:04:15.000Z","repository":{"id":259254288,"uuid":"867283901","full_name":"SamRB-dev/Traffic_Light_System","owner":"SamRB-dev","description":"Traffic light system using arduino and C++ on tinkercad for microcontroller semester project. ","archived":false,"fork":false,"pushed_at":"2024-12-20T11:02:23.000Z","size":4932,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"task5","last_synced_at":"2025-05-02T22:35:43.116Z","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/SamRB-dev.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}},"created_at":"2024-10-03T19:17:04.000Z","updated_at":"2024-12-20T11:02:26.000Z","dependencies_parsed_at":"2025-05-05T07:31:56.643Z","dependency_job_id":null,"html_url":"https://github.com/SamRB-dev/Traffic_Light_System","commit_stats":null,"previous_names":["samrb-dev/traffic_light_system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamRB-dev/Traffic_Light_System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FTraffic_Light_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FTraffic_Light_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FTraffic_Light_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FTraffic_Light_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamRB-dev","download_url":"https://codeload.github.com/SamRB-dev/Traffic_Light_System/tar.gz/refs/heads/task5","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamRB-dev%2FTraffic_Light_System/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265679244,"owners_count":23810121,"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-12T20:07:10.599Z","updated_at":"2026-03-09T12:04:09.970Z","avatar_url":"https://github.com/SamRB-dev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traffic_Light_System\nGit repo: https://github.com/SamRB-dev/Traffic_Light_System\nTraffic light system using arduino and C++ on tinkercad and hardware implementation on labs.\n\n# Circuits\n1. Task 1-2 \n![TLS v1](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/images/TLS.PNG)\n2. Task 3-4\n![Task 3,4](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/images/Traffic%20Light%20System_v2.0.png)\n3. Task 5\n![Task 5](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/images/Traffic%20Light%20System%20v3.0.png)\n4. Task 6\n![Task 6](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/Task6/TLS%20t6.png)\n\n# Class Diagram\n1. Task 1-2 \u003cbr\u003e\n![class diagram v1.0](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/diagrams/ClassDiagram_v.1.0.svg)\n\n2. Task 3-4 \u003cbr\u003e\n![class diagram](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/lab2/diagrams/ClassDiagram.drawio.svg)\n\n3. Task 5 \u003cbr\u003e\n![class diagram](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/diagrams/classDiagram_v3.png)\n\n# Machine State Diagram\n1. Task 1-2 \u003cbr\u003e\n![State diagram](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/diagrams/state_diagram_v1.0.png)\n\n2. Task 3-5 \u003cbr\u003e\n![state diagram](https://raw.githubusercontent.com/SamRB-dev/Traffic_Light_System/refs/heads/task5/diagrams/state_diagram_v2.0.jpeg)\n\n# codes\n1. Task 1-2 [code](https://github.com/SamRB-dev/Traffic_Light_System/tree/task5/v1_src)\n2. Task 3-4 [code](https://github.com/SamRB-dev/Traffic_Light_System/tree/task5/v2_src)\n3. Task 5 [code](https://github.com/SamRB-dev/Traffic_Light_System/tree/task5/v3_src)\n4. Task 6 [code](https://github.com/SamRB-dev/Traffic_Light_System/tree/task5/Task6)\n\n# References\n1. [Arduino Documentation: Delay()](https://docs.arduino.cc/language-reference/en/functions/time/delay/)\n2. [Arduino Documentation: How to wire and program a pushbutton](https://docs.arduino.cc/built-in-examples/digital/Button/)\n3. [Arduino Documentation: UART communication](https://docs.arduino.cc/learn/communication/uart/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrb-dev%2Ftraffic_light_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrb-dev%2Ftraffic_light_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrb-dev%2Ftraffic_light_system/lists"}