LED: blink
Get a LED to blink using the PWM peripheral.
PWM, or Pulse Width Modulation, is a deceptively simple but very powerful technique for controlling various things in the real world. Perhaps the most well known application is dimming LEDs, but PWM can also be used to control servo motors and producing crude (square wave) tones on speakers.
Get a LED to blink using the PWM peripheral.
Fade a LED using the PWM peripheral.
Control multiple channels from a single PWM peripheral by making use of channels.
Control a servo motor directly using PWM
Control a servo motor using the servo driver to simplify things.
Control multiple servos at once