dev-master
9999999-devA tool for accessing the GPIO pins on a Raspberry Pi
MIT
The Requires
gpio raspberry pin pi pins pipin
v0.1.0
0.1.0.0A tool for accessing the GPIO pins on a Raspberry Pi
MIT
The Requires
gpio raspberry pin pi pins pipin
Wallogit.com
2017 © Pedro Peláez
A tool for accessing the GPIO pins on a Raspberry Pi
A tool for managing the GPIO pins on a Raspberry Pi., (*1)
# Export/Unexport a pin pipin export [pin] pipin unexport [pin] # Reading a pin state pipin value [pin] pipin direction [pin] pipin edge [pin] # Changing a pin state pipin value [pin] [0|1] pipin direction [pin] [in|out] pipin edge [pin] [none|both|falling|rising]
Make sure you have composer installed, then:, (*2)
composer global require piphp/pipin
Make sure you have added your global composer binary directory to the PATH in your ~/.bash_profile (or ~/.bashrc) file:, (*3)
export PATH=~/.composer/vendor/bin:$PATH
This blog explains the process of global composer installs in more detail., (*4)
A tool for accessing the GPIO pins on a Raspberry Pi
MIT
gpio raspberry pin pi pins pipin
A tool for accessing the GPIO pins on a Raspberry Pi
MIT
gpio raspberry pin pi pins pipin