Lizzy project

Dependencies:   aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bsp_led.h Source File

bsp_led.h

00001 #ifndef __BSP_LED_H__
00002 #define __BSP_LED_H__
00003 
00004 #include "main.h"
00005 
00006 #if NANO_MODULE
00007     #define RED_LED_PIN         (p12)
00008 #else
00009     #define RED_LED_PIN         (p31)   //p22
00010     #define GREEN_LED_PIN       (p2)
00011     #define BLUE_LED_PIN        (p3)
00012 #endif
00013 
00014 #endif //__BSP_LED_H__