This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
Merge branch 'master' of git://git.drogon.net/wiringPi
pull/22/head
Gordon Henderson
12 years ago
parent
fbab4b8329
870ba4129f
commit
e636f6213b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wiringPi/wiringPi.c
+ 1
- 1
wiringPi/wiringPi.c
View File
@@ -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…
Cancel
Save