35
Chapter 0 Preparation
Install WiringPi
WiringPi is a GPIO access library written in C for the BCM2835/BMC2836/ BMC2837 used in the Raspberry Pi.
It’s released under the GNU LGPLv3 license and is usable from C, C++ and many other languages with suitable
wrappers (See below) It’s designed to be familiar to people who have used the Arduino “wiring” system. (for
more details, please refer to
WiringPi Installation Steps
New Raspbian system has integrated this library. So it may prompt that you have installed it.
open the terminal. Follow these steps and commands to complete the installation.
For command with many lines, execute them line by line.
Enter the following command in the terminal to obtain WiringPi using git:
sudo apt-get update
sudo apt-get upgrade
git clone git://git.drogon.net/wiringPi
“sudo + command”, It indicates that the command is executed by root user .
After the cloning operation is completed, go to the wiring folder and update the latest WiringPi.
cd wiringPi
git pull origin
Run the build file to start the installation.
./build
The new build script will compile and install it all for you. It does use the sudo command at one point, so you
may wish to inspect the script before running it.
Run the gpio command to check the installation:
gpio -v
gpio readall
That should give you some confidence that it's working well.
For more details about Wiring Pi, you can refer to:
http://wiringpi.com/download-and-install/
Содержание Ultimate Starter Kit
Страница 1: ...Free your innovation Freenove is an open source electronics platform www freenove com ...
Страница 116: ...Chapter 9 Potentiometer RGBLED 116 www freenove com support freenove com Circuit Schematic diagram ...
Страница 117: ...117 Chapter 9 Potentiometer RGBLED www freenove com support freenove com Hardware connection ...
Страница 136: ...Chapter 12 Joystick 136 www freenove com support freenove com Circuit Schematic diagram Hardware connection ...
Страница 155: ...155 Chapter 14 Relay Motor www freenove com support freenove com Hardware connection OFF 3 3V ...
Страница 173: ...173 Chapter 16 Stepping Motor www freenove com support freenove com Hardware connection ...
Страница 182: ...Chapter 17 74HC595 LEDBar Graph 182 www freenove com support freenove com Circuit Schematic diagram Hardware connection ...
Страница 197: ...197 Chapter 18 74HC595 7 segment display www freenove com support freenove com Circuit Schematic diagram ...
Страница 198: ...Chapter 18 74HC595 7 segment display 198 www freenove com support freenove com Hardware connection ...
Страница 239: ...239 Chapter 22 Matrix Keypad www freenove com support freenove com Circuit Schematic diagram ...
Страница 240: ...Chapter 22 Matrix Keypad 240 www freenove com support freenove com Hardware connection ...
Страница 270: ...Chapter 26 WebIOPi IOT 270 www freenove com support freenove com Circuit Schematic diagram Hardware connection ...