Skip to content

Commit f40a06c

Browse files
committed
drivers: sensor: test if the foramtting is correct
Signed-off-by: Jan Faeh <[email protected]>
1 parent 216099a commit f40a06c

File tree

4 files changed

+567
-0
lines changed

4 files changed

+567
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
zephyr_library()
4+
zephyr_library_sources(stcc4.c)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# STCC4 sensor configuration options.
2+
3+
# Copyright (c) 2025, Sensirion AG
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
config STCC4
7+
bool "STCC4 Sensor"
8+
default y
9+
depends on DT_HAS_SENSIRION_STCC4_ENABLED
10+
select I2C
11+
help
12+
Enable driver for STCC4 Sensor

0 commit comments

Comments
 (0)