Lines Matching full:pwm
2 :name: PWM RGB LED
5 Drive an RGB LED using the PWM API.
10 This is a sample app which drives an RGB LED using the :ref:`PWM API <pwm_api>`.
13 is driven by a PWM port where the pulse width is changed from zero to the period
23 The board must have red, green, and blue LEDs connected via PWM output channels.
25 The LED PWM channels must be configured using the following :ref:`devicetree
29 - ``red-pwm-led``
30 - ``green-pwm-led``
31 - ``blue-pwm-led``
38 Unsupported board: red-pwm-led devicetree alias is not defined
39 Unsupported board: green-pwm-led devicetree alias is not defined
40 Unsupported board: blue-pwm-led devicetree alias is not defined
51 Otherwise, LEDs should be connected to the appropriate PWM channels.