Lines Matching full:led
5 Blink an LED using the PWM API.
10 This application blinks an LED using the :ref:`PWM API <pwm_api>`. See
13 The LED starts blinking at a 1 Hz frequency. The frequency doubles every 4
26 The board must have an LED connected to a PWM output channel. The PWM
27 controlling this LED must be configured using the ``pwm_led0`` :ref:`devicetree
35 already connected to an LED on the board.
45 - connect PWM2 (PA0) to an LED
47 - connect PWM2 (PA0) to an LED
49 - connect PWM2 (PA0) to an LED
51 - connect PWM2 (PA0) to an LED
53 - connect PWM1 (PA8) to an LED
55 - connect PWM1 (PA8) to an LED
57 - connect GPIO2 to an LED
59 - connect GPIO2 to an LED
61 - connect GPIO2 to an LED
76 After flashing, the sample starts blinking the LED as described above. It also