User Manual
33
For C language users:
Step 2: Go to the folder of the code.
If you use a monitor, you're recommended to take the following steps.
Go to /home/pi/ and find the folder SunFounder_Super_Kit_V3.0_for_Raspberry_Pi .
Find C in the folder, right-click on it and select Open in Terminal.
Then a window will pop up as shown below . So now you've entered the path of the code
01_b linkLed.c
In the lessons later, w e w ill show how to get into the folder of the code in command way, not
with the display. You only need to find out the code file and right click Open in Terminal. You
can back to lesson 1 to check if you forgot. Certainly, the terminal can be opened if you’re
using display, and then use cd command directly to go to the code path.
If you log into the Raspberry Pi remotely, use “cd” to change directory:
cd /home/pi/SunFounder_Super_Kit_V3.0_for_Raspberry_Pi/C
Note: Change directory to the path of the code in this experiment via cd.
SunFounder