/* 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 PCA10031_H #define PCA10031_H // LEDs definitions for PCA10031 #define LEDS_NUMBER 3 #define LED_START 21 #define LED_RGB_RED 21 #define LED_RGB_GREEN 22 #define LED_RGB_BLUE 23 #define LED_STOP 23 #define LED_RGB_RED_MASK (1<