VMP502
V. 02
–
25/10/2019
7
©Velleman nv
Use a NO button as the Raspberry Pi
®
input. When the button is pressed, the GPIO connected to the button will
turn into low level (0 V). We can detect the state of the GPIO connected to the button through programming.
You can run the corresponding code when the button is pressed, and the LED will light.
Experiment
C Programming
1.
Change directory:
cd/home/pi/IDUINO_SuperKit_C_code_for_RaspberryPi/02_BtnAndLED/
2.
Compile:
gcc BtnAndLed.c
–
o BtnAndLed
–
lwiringPi
3.
Run:
sudo ./BtnAndLed
Python Programming
1.
Change directory:
cd/home/pi/IDUINO_SuperKit_Python_code_for_RaspberryPi/
2.
Run:
sudo python 01_btnAndLed.py
Hold the button pressed and the LED will light; release the button to switch off the LED.
Summary of Contents for VMP502
Page 1: ...VMP502 BASIC LEARNING KIT FOR RASPBERRY PI USER MANUAL...
Page 8: ...VMP502 V 02 25 10 2019 8 Velleman nv Programming C Programming Python Programming...
Page 11: ...VMP502 V 02 25 10 2019 11 Velleman nv Programming C Programming...
Page 17: ...VMP502 V 02 25 10 2019 17 Velleman nv Programming C Programming...
Page 18: ...VMP502 V 02 25 10 2019 18 Velleman nv Python Programming...
Page 21: ...VMP502 V 02 25 10 2019 21 Velleman nv Programming C Programming Python Programming...
Page 27: ...VMP502 V 02 25 10 2019 27 Velleman nv Programming C Programming Python Programming...
Page 30: ...VMP502 V 02 25 10 2019 30 Velleman nv...
Page 31: ...VMP502 V 02 25 10 2019 31 Velleman nv Python Programming...
Page 32: ...VMP502 V 02 25 10 2019 32 Velleman nv...
Page 36: ...VMP502 V 02 25 10 2019 36 Velleman nv Python Programming...
Page 40: ...VMP502 V 02 25 10 2019 40 Velleman nv...
Page 41: ...VMP502 V 02 25 10 2019 41 Velleman nv Python Programming...
Page 44: ...VMP502 V 02 25 10 2019 44 Velleman nv...
Page 45: ...VMP502 V 02 25 10 2019 45 Velleman nv Python Programming...
Page 46: ...VMP502 V 02 25 10 2019 46 Velleman nv...
Page 47: ...VMP502 V 02 25 10 2019 47 Velleman nv...
Page 48: ...VMP502 V 02 25 10 2019 48 Velleman nv...