This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |