Archive for Februar 1st, 2015

B15neu – Autobahn verschieben

Sonntag, Februar 1st, 2015

WiringPi – GPIO Interface library for the Banana Pi

Sonntag, Februar 1st, 2015

BananaPI_logo   WiringPi includes a command-line utility gpio which can be used to program and setup the GPIO Pins – you can use this to read and write the pins and even use it to control them from shell scripts

# cd /usr/local/bin
# git clone https://github.com/LeMaker/WiringBPi.git
# cd /usr/local/bin/WiringBPi
# chmod +x build
# ./build
# gpio readall

WiringPi_01