This website works better with JavaScript.
首頁
探索
說明
註冊
登入
michal
/
craftbeerpi3
镜像来自
https://github.com/Manuel83/craftbeerpi3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
2
Wiki
Activity
瀏覽代碼
use ImportError that is compatible with python 3.5
pull/258/head
Juan Pablo Giménez
5 年之前
父節點
184a939370
當前提交
a05c6e6735
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/base_plugins/gpio_actor/__init__.py
+ 1
- 1
modules/base_plugins/gpio_actor/__init__.py
查看文件
@@ -10,7 +10,7 @@ try:
import RPi.GPIO as GPIO # pylint: disable=import-error
GPIO.setmode(GPIO.BCM)
except
ModuleNotFound
Error as exp:
except
Import
Error as exp:
print(exp)
Write
Preview
Loading…
取消
儲存