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.
Содержание VMP502
Страница 1: ...VMP502 BASIC LEARNING KIT FOR RASPBERRY PI USER MANUAL...
Страница 8: ...VMP502 V 02 25 10 2019 8 Velleman nv Programming C Programming Python Programming...
Страница 11: ...VMP502 V 02 25 10 2019 11 Velleman nv Programming C Programming...
Страница 17: ...VMP502 V 02 25 10 2019 17 Velleman nv Programming C Programming...
Страница 18: ...VMP502 V 02 25 10 2019 18 Velleman nv Python Programming...
Страница 21: ...VMP502 V 02 25 10 2019 21 Velleman nv Programming C Programming Python Programming...
Страница 27: ...VMP502 V 02 25 10 2019 27 Velleman nv Programming C Programming Python Programming...
Страница 30: ...VMP502 V 02 25 10 2019 30 Velleman nv...
Страница 31: ...VMP502 V 02 25 10 2019 31 Velleman nv Python Programming...
Страница 32: ...VMP502 V 02 25 10 2019 32 Velleman nv...
Страница 36: ...VMP502 V 02 25 10 2019 36 Velleman nv Python Programming...
Страница 40: ...VMP502 V 02 25 10 2019 40 Velleman nv...
Страница 41: ...VMP502 V 02 25 10 2019 41 Velleman nv Python Programming...
Страница 44: ...VMP502 V 02 25 10 2019 44 Velleman nv...
Страница 45: ...VMP502 V 02 25 10 2019 45 Velleman nv Python Programming...
Страница 46: ...VMP502 V 02 25 10 2019 46 Velleman nv...
Страница 47: ...VMP502 V 02 25 10 2019 47 Velleman nv...
Страница 48: ...VMP502 V 02 25 10 2019 48 Velleman nv...
Страница 49: ...VMP502 V 02 25 10 2019 49 Velleman nv...