This commit is contained in:
Victor 2018-04-20 10:53:32 +03:00
parent 8529849a5a
commit d1e4ee31f1
70 changed files with 523 additions and 2274 deletions

View file

@ -2,7 +2,8 @@
# SDK CONFIG
#=============================================
USE_SDRAM = 1
#WEB_INA219_DRV = 1
#SWO_DEBUG_OUT_ENA = 1
WEB_INA219_DRV = 1
#WEB_MLX90614_DRV = 1
WEB_ADC_DRV = 1
#USE_SDCARD = 1
@ -98,3 +99,7 @@ else
ADD_SRC_C += project/src/web/_sci_web.c
ADD_SRC_C += project/src/web/_sci_web_user.c
endif
ifdef SWO_DEBUG_OUT_ENA
CFLAGS += -DSWO_DEBUG_OUT_ENA=1
endif