User manual
MAKEVMP502
V. 01 – 08/11/2017 5
C Programming
1. Change directory:
cd/home/pi/IDUINO_SuperKit_C_code_for_RaspberryPi/01_LED
2. Compile:
gcc led.c –o led –lwiringPi
3. Run:
sudo ./led
Python Programming
1. Change directory:
cd/home/pi/IDUINO_SuperKit_Python_code_for_RaspberryPi/
2. Run:
sudo python 01_led.py
The LED should be blinking. Change the delay time if you want the LED to blink faster.
Programming
C Programming










