Data Sheet

UCTRONICS Ultimate Starter Leaning Kit for Raspberry Pi #K0064
70 www.uctronics.com
tested; if it's true, the statement block, and the increment is executed, then the condition is
tested again. When the condition becomes false, the loop ends.
8.6.4 Procedures
1. Build the circuit
2. Program
Python user:
2.1 Edit and save the code with vim or nano.
(https://github.com/UCTRONICS/Arducam_Starter_Kit_Python_Code_for_RPi.git)
2.2 Run the program
$ sudo python 06_flowingLed.py
Now, you should see 8 LEDs are lit in sequence from the right red one to the left, next from
the left to the right one. And then repeat the above phenomenon.