/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use of the information. NO * WARRANTY of ANY KIND is provided. This heading must NOT be removed from * the file. * */ #ifndef PCA10000_H #define PCA10000_H // Definitions for PCA10000 v2.0.0 or higher #if 1 #define LEDS_NUMBER 3 // there is RGB LED on this board #define LED_RGB_RED 21 #define LED_RGB_GREEN 22 #define LED_RGB_BLUE 23 #define LED_START LED_RGB_RED #define BSP_LED_0 LED_RGB_RED #define BSP_LED_1 LED_RGB_GREEN #define BSP_LED_2 LED_RGB_BLUE #define LED_STOP LED_RGB_BLUE #define BUTTONS_LIST {} #define LEDS_LIST { LED_RGB_RED, LED_RGB_GREEN, LED_RGB_BLUE } #define BSP_LED_0_MASK (1<