Hi all!
I've just started to learn C for avr microcontrollers, but i urgently need to write a code for a project of mine to finish it (it is not school related).
Basically what i need is to convert a square wave signal to a constant one. I have an IC that controls 7 bands of leds, so every band is on 1/7th of the time, so i want to put a microcontroller between that IC and the output transistors in order to "smooth" the signal, because of that low duty cycle signal the brightness of the leds...
Need help with C code for a project.
I've just started to learn C for avr microcontrollers, but i urgently need to write a code for a project of mine to finish it (it is not school related).
Basically what i need is to convert a square wave signal to a constant one. I have an IC that controls 7 bands of leds, so every band is on 1/7th of the time, so i want to put a microcontroller between that IC and the output transistors in order to "smooth" the signal, because of that low duty cycle signal the brightness of the leds...
Need help with C code for a project.