User Manual

23
Experimental Procedures
Step 1: Build the circuit
For C language users:
Step 2: Change directory
cd /home/pi/Sunfounder_SuperKit_C_code_for_RaspberryPi/01_LED/
Step 3: Compile
gcc led.c -o led -lwiringPi
Step 4: Run
sudo ./led
For Python users:
Step 2: Change directory
cd /home/pi/Sunfounder_SuperKit_Python_code_for_RaspberryPi/
Step 3: Run
sudo python 01_led.py
Now, you should see the LED blink.