Hi All,
Probably a complete noobie question but here goes.
I noticed timer PWM mentioned in this thread,
http://forums.leaflabs.com/topic.php?id=1222#post-7400
I'm looking to turn 4 different relays on for x milliseconds then off for y milliseconds. where x != Y. My present solution is using timers 3 and 4 with 4 interrupts on each, 2 on and 2 off via digitalwrite.
Can the on and off times of timer PWM be allocated seperately to generate the required square wave (600-9KHz)?
Has anybody got a more elegant solution for this ?
Thanks