Implementation of digitalPulse(pin,nanoSeconds) , single pulse output on a pin.

spitstec

New member
For interfacing to a print head I need to output short pulses on a specific pin. The pulse needs to start Immediately. I don't want to use interrupts or timing loops. My Idea is that something like this can be achieved by making an adaption of AnalogWrite() and AnalogWriteFrequency() . Has anybody tried tried something like this? Is it even possible?
 
Back
Top