Raspberry Pi 4B C和Python开发环境安装

Posted fjlinww

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Raspberry Pi 4B C和Python开发环境安装相关的知识,希望对你有一定的参考价值。

  • C编译环境wiringPi安装

    安装步骤参照 wiringPi官网
    目前针对Raspberry Pi 4B的版本是2.5.2
cd /tmp
wget https://project-downloads.drogon.net/wiringpi-latest.deb
sudo dpkg -i wiringpi-latest.deb

检查版本

gpio -v

技术图片

  • Python环境安装

sudo apt-get update
sudo apt-get install idle-python2.7

技术图片

以上是关于Raspberry Pi 4B C和Python开发环境安装的主要内容,如果未能解决你的问题,请参考以下文章

Raspberry Pi 4B 开机自动运行Python文件

Raspberry Pi 4B 循迹模块

Raspberry Pi 4B 颜色检测

Raspberry Pi 4B 安装 PyTorch

Raspberry Pi 4B 部署 YOLOX

Raspberry Pi 4B安装 OpenVINO™ 工具包