Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
bsp.h
00001 #ifndef __BSP_H__ 00002 #define __BSP_H__ 00003 00004 #include "main.h" 00005 #include "bspAcc.h" 00006 00007 #if NANO_MODULE 00008 #define I2C_DATA (p2) 00009 #define I2C_CLK (p3) 00010 #define INT_PIN1 (p10) 00011 #define INT_PIN2 (p9) 00012 #define ACC_POWER_PIN (p13) 00013 #define RED_LED_PIN (p12) 00014 #else 00015 #define I2C_DATA (p20) 00016 #define I2C_CLK (p17) 00017 #define INT_PIN1 (p16) 00018 #define INT_PIN2 (p15) 00019 #define ACC_POWER_PIN (p11) 00020 #define RED_LED_PIN (p31) //p22 00021 #define GREEN_LED_PIN (p2) 00022 #define BLUE_LED_PIN (p3) 00023 #define BUZZER_PIN (p18) 00024 #endif 00025 00026 #endif //__BSP_H__
Generated on Wed Jul 13 2022 10:29:29 by
1.7.2

