If I use something like analogWrite(A0, 0.5). What is the default frequency of the PWM's?
analogWrite(A0, 0.5)
@StuntMonkeh started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
If I use something like
analogWrite(A0, 0.5)
. What is the default frequency of the PWM's?