- π¦ Controls a basic traffic light system (red, yellow, and green LEDs).
- β³ Implements timing delays using the internal clock.
- π Cyclic operation based on real-world traffic light behavior.
- π οΈ Code written in Assembly (ASM) for optimal performance.
- ποΈ Designed for PIC16F84A, but adaptable to similar PIC microcontrollers.
main.asm
β Assembly source code for the traffic light controller.Traffic Light Schematic.pdf
β Circuit diagram for wiring the traffic light system.PIC16F84A.pdf
- Microcontroller datasheet.