Volume control based on sensor value #863
-
|
Hi, Chuchucksound.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Difficult to say what's wrong, but I guess you are just starving the other processes by what you do in your loop. |
Beta Was this translation helpful? Give feedback.

Difficult to say what's wrong, but I guess you are just starving the other processes by what you do in your loop.
Try not to call the loop so often e.g. by adding some delay.