Closed per1234 closed 5 years ago
Of PWM frequencies, the analogWrite() reference page says only:
analogWrite()
The frequency of the PWM signal on most pins is approximately 490 Hz. On the Uno and similar boards, pins 5 and 6 have a frequency of approximately 980 Hz.
This statement is not correct for all boards.
Originally reported at: https://github.com/arduino/Arduino/issues/8818
@per1234 Also, if we want we can cite a reference to analogWriteResolution of Arduino MKR
Of PWM frequencies, the
analogWrite()
reference page says only:This statement is not correct for all boards.
Originally reported at: https://github.com/arduino/Arduino/issues/8818