We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a766b commit c927c3bCopy full SHA for c927c3b
peripherals/sensors/tmp1075/Kconfig
@@ -6,6 +6,11 @@ menuconfig PKG_USING_TMP1075
6
7
if PKG_USING_TMP1075
8
9
+ config PKG_TMP1075_USING_SENSOR_V1
10
+ bool "Enable sensor_v1 divce framework"
11
+ select RT_USING_SENSOR
12
+ default y
13
+
14
config PKG_TMP1075_PATH
15
string
16
default "/packages/peripherals/sensors/tmp1075"
0 commit comments