I have a problem.
I know how to read PWM signals from my RC receiver using pulseIn but how do I program it to light up different LED using the PWM signals?
Let's say I have LED A, B, & C.
I would want my LED A to light up from PWM signal 1000 - 1300 and LED B from PWM signal 1300-1600 and LED C from PWM signal 1600-1900.
Also I do know that I can use the interrupt function with PWM signals, but I do not quite understand the function of interrupt. Will the interrupt function help me with this project that i have?
I have a problem.
I know how to read PWM signals from my RC receiver using pulseIn but how do I program it to light up different LED using the PWM signals?
Let's say I have LED A, B, & C.
I would want my LED A to light up from PWM signal 1000 - 1300 and LED B from PWM signal 1300-1600 and LED C from PWM signal 1600-1900.
Also I do know that I can use the interrupt function with PWM signals, but I do not quite understand the function of interrupt. Will the interrupt function help me with this project that i have?