User Manual
37
To stop it from running, just click the X button on the top right to close it and then you'll back
to the code details. If you modify the code, before clicking Run Module (F5) you need to
save it first. Then you can see the results.
If you want to log into the Raspberry Pi remotely, type in the command:
cd /home/pi/SunFounder_Super_Kit_V3.0_for_Raspberry_Pi/Python
Run the code:
sudo python 01_blinkLed.py
Note: Here sudo – superuser do, and python means to run the file by Python.
If you want to v iew the code 01_blinkLed.py, press Ctrl + C to stop running the code. Then
type the follow ing command to open it:
nano 01_blinkLed.py
Note: nano is a text editor tool. The command is to open the code file 01_blinkLed.c
by this tool.
SunFounder