DataSheet: https://datasheetspdf.com/pdf/1323325/Hamamatsu/S11059-02DT/1 Testing Environment: esp32 Signed-off-by: Hiroki Tada <tada.hiroki@fujitsu.com>
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
# S11059 color sensor
|
|
|
|
# Copyright (c) 2022 Hiroki Tada
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config S11059
|
|
bool "S11059 color sensor"
|
|
default y
|
|
depends on DT_HAS_HAMAMATSU_S11059_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for S11059 color sensor
|