Hello
I'm testing multiple frequencies to ensure smooth ultrasound control.
Frequency can be generated via 'APP_PWM_DEFAULT_CONFIG_1CH (period, pin)'. But it seems difficult to use this to output more accurate frequencies.
For example, if I use that function to put 10 in the period value, 100 kHz is output, and if I put 9 in, 111 kHz is output. What should I do to print the value between them here?
I need detailed frequency output.
Thank you.