/* Copyright (c) 2014 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 PCA20006_H #define PCA20006_H // LEDs and buttons definition for PCA20006 board (beacon) #define LEDS_NUMBER 3 #define LED_RGB_RED 16 #define LED_RGB_GREEN 12 #define LED_RGB_BLUE 15 #define BSP_LED_0 LED_RGB_RED #define BSP_LED_1 LED_RGB_GREEN #define BSP_LED_2 LED_RGB_BLUE #define LEDS_LIST { LED_RGB_RED, LED_RGB_GREEN, LED_RGB_BLUE} #define BSP_LED_0_MASK (1<