hello
I have question about making clock pulse signal to running an igbt driver with ir2112 ic .
I'm very search about this problem but I cant find true way for simple signal making in Arduino.
if you can help me, please say me.
Thank you for your supporting.
For a relatively slow frequency look at the BlinkWithoutDelay example. Use micros() instead of millis() if a higher frequency is required. If an even higher frequency is required then specify in a reply what is required and other techniques are available