Add an LED driver for the modulino buttons module, this has three LEDs that are controllable independently of the buttons. Link: https://github.com/arduino/node_modulino_firmware Link: https://github.com/arduino-libraries/Modulino Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
10 lines
273 B
Text
10 lines
273 B
Text
# Copyright (c) 2025 Google, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MODULINO_BUTTONS_LEDS
|
|
bool "Arduino Modulino buttons LEDs"
|
|
default y
|
|
depends on DT_HAS_ARDUINO_MODULINO_BUTTONS_LEDS_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver Arduino Modulino Buttons LEDs.
|