User Manual
Table Of Contents

40
Experimental Procedures
Step 1: Build the circuit
For C language users:
Step 2: Change directory
cd /home/pi/Sunfounder_SuperKit_C_code_for_RaspberryPi/07_Motor/
Step 3: Compile
gcc motor.c -o motor -lwiringPi
Step 4: Run
sudo ./motor
For Python users:
Step 2: Change directory
cd /home/pi/Sunfounder_SuperKit_Python_code_for_RaspberryPi/
Step 3: Run
sudo python 07_motor.py










