Hello all!
I am trying to run an H-bridge Inverter using Arduino. I am generating PWM pulses through Arduino and using IR2110, I am feeding those pulses to the switches. My problem is, I want to add dead band of 10us in programming it self. I want to generate 4 PWM signals A,B,C and D where A and B will have a deadband. C will be a complimentary wave of A and D will be complimentary wave for B.
But I am not able to get this deadband by putting " delaymicroseconds(10); " code.
Please help me out for this.
Thanks.
Palash