This website works better with JavaScript.
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
9
Wiki
Activity
瀏覽代碼
Merge branch 'master' of git://git.drogon.net/wiringPi
pull/22/head
Gordon Henderson
12 年之前
父節點
fbab4b8329
870ba4129f
當前提交
e636f6213b
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wiringPi/wiringPi.c
+ 1
- 1
wiringPi/wiringPi.c
查看文件
@@ -530,7 +530,7 @@ void pwmWriteGpio (int pin, int value)
pin = pin & 63 ;
port = gpioToPwmPort [pin] ;
*(pwm + port) = value
& 0x3FF
;
*(pwm + port) = value ;
}
void pwmWriteWPi (int pin, int value)
Write
Preview
Loading…
取消
儲存