Closed chinezbrun closed 1 year ago
Hi @chinezbrun,
It means 25khz. In Python, 25_000
is the same as 25000
. The _
is a new Python3 feature that makes big numbers easier to read.
thanks. all clear now. i just want to double check before running the code :)
how to read this: pwm.change_frequency(25_000)? 25Hz or 25kHz? if answer is 25Hz what means _000?