4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WiringPi インストール方法

Last updated at Posted at 2020-01-24

2024/07/11 追記:

新しい記事を書きました。こちらを参照ください。

WiringPi インストール方法 2024 年版
https://qiita.com/nanbuwks/items/895922211cc65448a110」

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?