Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Diff: bsp/bsp_led.h
- Revision:
- 8:7ba4f82de9b6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bsp/bsp_led.h Tue Mar 20 15:13:51 2018 +0000 @@ -0,0 +1,14 @@ +#ifndef __BSP_LED_H__ +#define __BSP_LED_H__ + +#include "main.h" + +#if NANO_MODULE + #define RED_LED_PIN (p12) +#else + #define RED_LED_PIN (p31) //p22 + #define GREEN_LED_PIN (p2) + #define BLUE_LED_PIN (p3) +#endif + +#endif //__BSP_LED_H__ \ No newline at end of file