LoginSignup
4
3

More than 3 years have passed since last update.

WiringPi インストール方法

Posted at

Raspbian Buster Lite (Version:September 2019)
には入っていなかったので以下のようにしてキメた。

CLIのインストール


sudo apt install wiringpi

これでインストールされるのは2.50

python3 バインディング


sudo apt install python3-pip
sudo pip3 install wiringpi

2.52のインストール

2.50 の問題として、RaspberryPi 4 で動作しないらしい。解決するには 2.52 にする必要がある。

2.52にするための方法:
http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3