This website works better with JavaScript.
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
9
Wiki
Activity
瀏覽代碼
add API call getPinModeAlt
pull/247/head
mstroh76
5 月之前
父節點
4db79da55b
當前提交
7fa40ba6f8
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
wiringPi/wiringPi.c
+ 2
- 2
wiringPi/wiringPi.c
查看文件
@@ -1318,8 +1318,8 @@ int getAlt (int pin)
}
enum WPIPinA
LT
getPinModeAlt(int pin) {
return (enum WPIPinA
LT
) getAlt(pin);
enum WPIPinA
lt
getPinModeAlt(int pin) {
return (enum WPIPinA
lt
) getAlt(pin);
}
Write
Preview
Loading…
取消
儲存