For C language users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_C_Code/25_ledBar/ledBar.c)
Step 3: Compile
$ sudo gcc ledBar.c -o ledBar -lwiringPi -lm
Step 4: Run
$ sudo ./ledBar
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/25_ledBar.py)
Step 3: Run
$ sudo python 25_ledBar.py
Now you can see the LEDs on the LED Bar Graph module light up and dim one by one
repeatedly.