2020-09-23 17:35:33 +02:00
|
|
|
# Copyright (c) 2020 Viktor Gal
|
2021-01-05 17:53:46 +01:00
|
|
|
# 2021 HAW Hamburg
|
2020-09-23 17:35:33 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2021-01-05 17:53:46 +01:00
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
menu "SEESAW_SOIL driver"
|
|
|
|
depends on USEMODULE_SEESAW_SOIL
|
2020-09-23 17:35:33 +02:00
|
|
|
|
|
|
|
config SEESAW_SOIL_I2C_ADDRESS
|
|
|
|
hex "I2C default address"
|
|
|
|
range 0x36 0x39
|
|
|
|
default 0x36
|
|
|
|
help
|
|
|
|
SEESAW_SOIL allows for up to 4 devices on single bus. The value depends on
|
|
|
|
the state of AD1 and AD0 pins.
|
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
endmenu # SEESAW_SOIL driver
|