NHS31xx SW API
lib_board_dp/mods/board_sel.h
1 /*
2  * Copyright 2015-2018 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
18 #ifndef __BOARD_SEL_H_
19 #define __BOARD_SEL_H_
20 
25 #define LED_COUNT 1
26 
31 #define LED_PROPERTIES {{0, 7, true, IOCON_PIO0_7}} /* LED_RED */
32 
34 #define LED_RED LED_(0)
35 
36 #endif