Hello all,
I am using the PWM library, does any of you know what does the " 5000L " stands for in this function ?
... /* 2-channel PWM, 200 Hz, output on DK LED pins. */ app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(5000L, BSP_LED_0, BSP_LED_1); ...
Indeed, it says 200 Hz, however, I do not see it :) Can anyone help me in layman terms?
Best.