|
Just as a note to your findings, to clarify, because this is a post about PWM.
Frequency of the pulse, or read/write speed doesn't matter on PWM, because PWM is a fixed frequency modulation.
To control your circuit, you change the width of the pulse, not the frequency. (Pulse Width Modulation.)
Perhaps, for precision, the read/write speed is relevant, but, in general, PWM is "slow" (works on relative low frequencies in terms of a modern CPU capabilities.)
So if you are working on a PWM project with OPi, the performance of the GPIO is mostly irrelevant.
|
|