Step 1: Build the circuit
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/01_LED/blinkingLed.c)
Step 3: Compile
$ sudo gcc blinkingLed.c -o led -lwiringPi
Step 4: Run
$ sudo ./led
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/01_LED/blinkingLed_1.py)
Step 3: Run
$ sudo python blinkingLed_1.py
Now you can see the LED blinking.