Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 943 Bytes

File metadata and controls

17 lines (9 loc) · 943 Bytes

Cascading LEDs

Left to Right Cascading

Illuminates all LEDs one by one from left to right, starting with the leftmost LED. After all LEDs are on, the pattern resets and repeats. This is implemented in left_to_right_cascading.c:

image7 image8

Right to Left Cascading

Illuminates all LEDs one by one from right to left, starting with the rightmost LED. After all LEDs are on, the pattern resets and repeats. This is implemented in right_to_left_cascading.c:

image9 image10