Question: Raspberry Pi and Python code Develop a python program to simulate traffic lights. This needs to implement one sequence of blinking LEDs as follows: --------------------------------------------------------------
Raspberry Pi and Python code
Develop a python program to simulate traffic lights.
This needs to implement one sequence of blinking LEDs as follows:
--------------------------------------------------------------
RED ON indicating stop (1 second)
RED ON, YELLOW on indicating attention (1 second)
GREEN ON indicating go (1 second)
PAUSE (3 seconds)
GREEN ON, YELLOW blinking indicating attention (3 times)
RED ON indicating stop (1 second)
--------------------------------------------------------------
Also if anyone has a raspberry pi could you show me how to set up three LED lights on a breadboard with a ribbon connected to a pi?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
