Lutron Electronics Interview Question

Write a driver for dimming an LED.

Interview Answer

Anonymous

Feb 23, 2024

I used a timer counter and PWM, with an interrupt on match turning the led off and an interrupt on overflow turning the led on.