Searched refs:LED2_PIN (Results 1 – 5 of 5) sorted by relevance
60 #define LED2_PIN 18 macro65 #define LED2_PIN 14 macro82 #define LED2_PIN 29 macro98 #define LED2_PIN 3 macro
43 - "GPIOTE output pin .fork.: <LED2_PIN> is high"46 - "GPIOTE output pin .fork.: <LED2_PIN> is low"49 > In the output, instead of `<LED1_PIN>` and `<LED2_PIN>`, you should see the corresponding pin num…
69 #define OUTPUT_PIN_FORK LED2_PIN
123 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED2_PIN, LED3_PIN, LED4_PIN); in main()
207 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED4_PIN, LED2_PIN, LED3_PIN); in main()