4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-20 13:13:31 +08:00
2024-06-16 15:43:27 +08:00

16 lines
363 B
Plaintext

config RT_USING_SENSOR
bool "Using Sensor device drivers"
select RT_USING_PIN
default n
if RT_USING_SENSOR
config RT_USING_SENSOR_V2
bool "Enable Sensor Framework v2"
default n
config RT_USING_SENSOR_CMD
bool "Using Sensor cmd"
select PKG_USING_RT_VSNPRINTF_FULL if RT_USING_SENSOR_V2
default y
endif