(1) Make a Neopixel Traffic Light that changes from Green(2 sec)--->Yellow(1 sec)---->Red(2 sec)---Repeat
(2) Add a Walk Request Button: If a Walk Request button is pushed at any time, on the next cycle, the Red light is for 5 seconds, and "Walk" is displayed on the LED matrix
Hints:
Define a standard light cycle function(standard)
Define a walk request cycle function(walk)
Define a walk request variable( a 'flag') that is changed from 0 to 1 when a button
Define a main loop that calls walk if the request is made, else it calls standard