#include <stdio.h>
#include <pic24_all.h>
#include <dataXfer.h>
Go to the source code of this file.
Demonstrates pulse width modulation by controlling the intensity of an LED. The ADC input value on AN0 is used to vary the PWM period.
Definition in file ledpwm.c.