Mark Liffiton
3 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
3 aggiunte e
0 eliminazioni
-
wiringPi/softPwm.c
|
|
@@ -153,6 +153,9 @@ int softPwmCreate (int pin, int initialValue, int pwmRange) |
|
|
|
newPin = pin ; |
|
|
|
res = pthread_create (&myThread, NULL, softPwmThread, (void *)passPin) ; |
|
|
|
|
|
|
|
if (res != 0) |
|
|
|
return res ; |
|
|
|
|
|
|
|
while (newPin != -1) |
|
|
|
delay (1) ; |
|
|
|
|
|
|
|