1.. _pca9633: 2 3PCA9633: 4-Channel RGB 4###################### 5 6Overview 7******** 8 9This sample controls 4 LEDs connected to a PCA9633 driver, using the 10following pattern: 11 12 1. turn on LEDs 13 2. turn off LEDs 14 3. set the brightness to 50% 15 4. turn off LEDs 16 5. blink the LEDs 17 6. turn off LEDs 18 19Building and Running 20******************** 21 22Build the application for the :ref:`stm32373c_eval_board` board, and connect 23a PCA9633 LED driver on the bus I2C-1 at the address 0x62. 24 25.. zephyr-app-commands:: 26 :zephyr-app: samples/drivers/led_pca9633 27 :board: stm32373c_eval 28 :goals: build 29 :compact: 30 31For flashing the application, refer to the Flashing section of the 32:ref:`stm32373c_eval_board` board documentation. 33 34References 35********** 36 37- PCA9633: https://www.nxp.com/docs/en/data-sheet/PCA9633.pdf 38