pigpio
pigpio copied to clipboard
Docu: add hint to gpioCfgClock
As far as I understand the documentation
gpioSetPWMfrequency(25, 100000); // Set GPIO25 to highest frequency.
will set the PWM frequency to 40kHz. I suggest to add "40kHz" instead of highest freqency + add gpioCfgClock
before