树莓派物联网-安装Python3的GPIO库
树莓派物联网-安装Python3的GPIO库
说明:
- 介绍如何在树莓派上安装Python3的GPIO库
步骤:
1.安装python3
$ sudo apt-get install python3-dev
2.安装python的GPIO库
$ sudo apt-get install python3-rpi.gpio
- 配置
- ubuntu mate 20.04 下权限问题可能导致不能正常识别pi,相关问题
- 执行
sudo chmod og+rwx /dev/gpio*
- 测试
- 新建gpio.py
touch gpio.py
- 内容如下:
pi@raspberrypi:~ $ python3
Python 3.5.3 (default, Sep 27 2018, 17:25:39)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import RPi.GPIO as GPIO
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号