forked from xuos/xiuos
feat add altitude_bmp180 for sensor framework
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user