少しのコマンドを実行するだけで簡単にできます
インストール
以下のコマンドを実行するとOKです
cd git clone https://github.com/WiringPi/WiringPi-Python.git sudo apt-get install python-setuptools cd WiringPi-Python/ git submodule update --init sudo python setup.py install history
使い方は、検索すると出てくるかと思います
pythonからGPIOを制御して電子工作をするときに便利だと思います(^O^)