python smbus IOError: [Errno 2] No such file or directory
Posted sea-stream
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python smbus IOError: [Errno 2] No such file or directory相关的知识,希望对你有一定的参考价值。
1.打开配置文件
sudo nano /boot/config.txt
打开以下选项
"dtparam=i2c_arm=on"
ctrl + o 保存
ctrl + x 退出
2.刷新配置文件
sudo raspi-config
3.打开 I2c选项
4.重启
5.再次运行
参考:
https://www.raspberrypi.org/forums/viewtopic.php?t=100189
以上是关于python smbus IOError: [Errno 2] No such file or directory的主要内容,如果未能解决你的问题,请参考以下文章
Python 请求:IOError:[Errno 22] 无效参数