Traffic_Light_v0.1 is a microcontroller-based project written in C for embedded systems. It simulates a basic traffic light control system using LED displays and signal lights. The project operates by connecting various components such as a microcontroller board, LED display, and traffic signal lights.
- Implements a basic traffic light control system using microcontrollers.
- Utilizes a microcontroller board and LED displays for visual representation.
- Alternates between two traffic signal lights, counting down the time until the next color change.
- Microcontroller board
- LED display
- Traffic signal lights
- Connect the required hardware components to the microcontroller board.
- Compile all files and upload the 'main.c' source code to the microcontroller.
- Power on the system.
- Observe the traffic light simulation on the connected LED display and signal lights.
See the attached images for a visual representation of the project in action.
Step 1.
Step 2.
Step 3.
This project is released under the GNU General Public License v3.0 - see the LICENSE.md file for details.
Authors: adrianq88 , hubklo212