Arduino Modulino Pixels

Overview

The Arduino Modulino Pixels is a QWIIC compatible module with 8 addressable LEDs.

Arduino Modulino Pixels

Programming

Set --shield arduino_modulino_pixels when you invoke west build, the leds will be available through the LED strip subsystem.

For example,

# From the root of the zephyr repository
west build -b arduino_uno_r4@wifi --shield arduino_modulino_pixels samples/drivers/led/led_strip