feat add altitude_bmp180 for sensor framework

This commit is contained in:
Liu_Weichao
2022-03-08 16:26:30 +08:00
parent 6be4d4b5ca
commit 68f92a45ed
13 changed files with 481 additions and 11 deletions

View File

@@ -80,4 +80,11 @@ if SUPPORT_SENSOR_FRAMEWORK
if SENSOR_WINDDIRECTION
source "$APP_DIR/Framework/sensor/winddirection/Kconfig"
endif
menuconfig SENSOR_ALTITUDE
bool "Using altitude sensor device"
default n
if SENSOR_ALTITUDE
source "$APP_DIR/Framework/sensor/altitude/Kconfig"
endif
endif