mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
16 lines
501 B
Plaintext
16 lines
501 B
Plaintext
# Copyright (c) 2023 TU Braunschweig
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
# directory for more details.
|
|
#
|
|
|
|
config PACKAGE_DRIVER_SEN5X
|
|
bool
|
|
depends on TEST_KCONFIG
|
|
depends on MODULE_SEN5X
|
|
select MODULE_PERIPH_I2C
|
|
select MODULE_ZTIMER
|
|
help
|
|
SEN5X embedded i2c library, written and mantained by Sensirion AG. This add_library
|
|
is needed by the RIOT SEN5X driver. |