This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Missing BSP_LED_0 & BSP_LED_1

Hello,

I am using the following function call to set up PWM:

 app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(5000L, BSP_LED_0, BSP_LED_1);

However, the compiler doesn't seem to recognize BSP_LED_0 and BSP_LED_1. I am new to using the nRF52 but I have seen these names used for configuring the leds on the development board for other projects as well. Is there a file that I'm not including that may be causing the compiler to not recognize it, or is there something extra I have to do to make it understand what they are?

Thanks,

Noel Teku

Parents Reply Children
No Data
Related