export board-specific macro for stm32 pins based on board yaml #3298

mre meta progress
This commit is contained in:
Andrey 2021-10-25 21:04:00 -04:00
parent db3a8daa0b
commit e5a5b0a0f7
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/*
* @file mre_meta.h
*
* @date Oct 25, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/
#pragma once
// // clt = "18 - AN temp 1"
#define MRE_IN_ANALOG_TEMP_1 EFI_ADC_0
#define MRE_IN_CLT MRE_IN_ANALOG_TEMP_1
// "27 - AN volt 1"
#define MRE_IN_ANALOG_VOLT_1 EFI_ADC_10

View File

@ -69,6 +69,7 @@ INCDIR += \
$(UTIL_INC) \
$(PROJECT_DIR)/config/engines \
$(PROJECT_DIR)/config/boards/proteus \
$(PROJECT_DIR)/config/boards/microrusefi \
$(CONTROLLERS_INC) \
$(CONSOLE_INC) \
$(DEVELOPMENT_DIR) \