hi all,
since from the datasheet it shows atmega32L support until 4 PWM channel. So am i able to control until 5 servo in one time?
thanks.
hi all,
since from the datasheet it shows atmega32L support until 4 PWM channel. So am i able to control until 5 servo in one time?
thanks.
Yes, has been discussed many times before. You actually only need one timer - the rest is done by software. There's probably examples in the projects section.
ok thanks.
hi Kartman,
what i mean is let say control 5 servo with 5 different degree in one time.is it possible by just using one timer?
thanks.
Again,yes
Most of the commercial boards do much the same thing.
Use only one timer. You do one servo after another. You can do 8 servos and still maintain 60hz update. All interrupt driven with no software loops.