#ifndef BLE400_H #define BLE400_H // LEDs definitions for BLE400 #define LEDS_NUMBER 5 #define LED_START 18 #define LED_1 18 #define LED_2 19 #define LED_3 20 #define LED_4 21 #define LED_5 22 #define LED_STOP 22 #define LEDS_LIST { LED_1, LED_2, LED_3, LED_4, LED_5 } #define BSP_LED_0 LED_1 #define BSP_LED_1 LED_2 #define BSP_LED_2 LED_3 #define BSP_LED_3 LED_4 #define BSP_LED_4 LED_5 #define BSP_LED_0_MASK (1<