2020-11-11 17:49:33 +01:00
|
|
|
# Copyright (c) 2020 HAW Hamburg
|
|
|
|
#
|
|
|
|
# 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 MODULE_AT30TSE75X
|
2022-03-02 14:03:31 +01:00
|
|
|
bool "AT30TSE75X temperature sensor"
|
2020-11-11 17:49:33 +01:00
|
|
|
depends on HAS_PERIPH_I2C
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
select MODULE_PERIPH_I2C
|
2021-11-04 14:18:55 +01:00
|
|
|
select MODULE_ZTIMER
|
2021-12-01 12:06:11 +01:00
|
|
|
select ZTIMER_USEC
|
2020-11-11 17:49:33 +01:00
|
|
|
help
|
|
|
|
AT30TSE75x temperature sensor with serial EEPROM.
|
2021-10-01 11:55:01 +02:00
|
|
|
|
|
|
|
config HAVE_AT30TSE75X
|
|
|
|
bool
|
2022-03-02 14:03:31 +01:00
|
|
|
select MODULE_AT30TSE75X if MODULE_SAUL_DEFAULT
|
2021-10-01 11:55:01 +02:00
|
|
|
help
|
|
|
|
Indicates that a AT30TSE75x sensor is present on the board.
|