Pixout Lighting 3855023073 | 1 vuosi sitten | |
---|---|---|
.github/workflows | 4 vuotta sitten | |
cmake | 2 vuotta sitten | |
debian | 2 vuotta sitten | |
debian-template/wiringPi/DEBIAN | 2 vuotta sitten | |
devLib | 2 vuotta sitten | |
examples | 2 vuotta sitten | |
gpio | 2 vuotta sitten | |
pins | 2 vuotta sitten | |
wiringPi | 1 vuosi sitten | |
wiringPiD | 2 vuotta sitten | |
.gitignore | 9 vuotta sitten | |
CMakeLists.txt | 2 vuotta sitten | |
COPYING.LESSER | 12 vuotta sitten | |
INSTALL | 4 vuotta sitten | |
People | 8 vuotta sitten | |
README.md | 1 vuosi sitten | |
VERSION | 2 vuotta sitten | |
build | 2 vuotta sitten | |
newVersion | 2 vuotta sitten | |
update | 8 vuotta sitten | |
version.h | 2 vuotta sitten |
This is an unofficial mirror/fork of wiringPi to support ports (Python/Ruby/etc). With the end of official development, this repository has become a mirror of the last “official” source release, plus a fork facilitating updates to support newer hardware (primarily for use by the ports) and fix bugs.
final_source_2.50
tag.master
branch contains code that has been written since that final source
release to provide support for newer hardware.mdkir dist && cd dist
cmake ..
cmake --build .
Debian package:
cpack -config CPackConfig.cmake
Build Archive:
cpack -config CPackSourceConfig.cmake
Cross-Compiling:
Make sure to install the arm toolchain
for the raspberry pi.
Then set the environment variable TOOLCHAIN_PATH
to the bin/
directory in your toolchain and run:
mkdir dist && cd dist
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-rpi.cmake
cmake --build .
To install the wiringPi library, simply download the .deb
package available in the latest release
or build it from source and install it using dpkg
:
sudo dpkg -i wiringpi-2.61-1-armhf.deb
wiringPi has been wrapped for multiple languages:
Please do not email Gordon if you have issues, he will not be able to help.
Pull-requests may be accepted to add or fix support for newer hardware, but new features or other changes may not be accepted.
For support, comments, questions, etc please join the WiringPi Discord channel: https://discord.gg/SM4WUVG