Recent Comments
Tag Archives: 18F4550 pwm
Programming PIC 18 using XC8 (MPLAB X) : PWM (using pwm.h)
Pulse Width Modulation (PWM) is used everywhere from motors to communication! It uses timer as its foundation to toggle the pins high-low at a defined period (1/frequency) and duty cycle (10 bit resolution – 210 = 1024 steps). If you … Continue reading