42const leds_t leds_arch_leds[] = {
44 .port = NRF_LED1_PORT,
46 .negative_logic =
false
49 .port = NRF_LED2_PORT,
51 .negative_logic =
false
54 .port = NRF_LED3_PORT,
56 .negative_logic =
false
59 .port = NRF_LED4_PORT,
61 .negative_logic =
false
Header file for the LED HAL.
A LED logical representation.