Can I create a one hot timer with the DueTimer library? If so, then how?
If not, what do I then do?
It appears to me that the DueTimer library is for interrupt repeating at a specific rate. I have an external interrupt which ISR will set a pin high and then start a one shot timer to call another ISR turn the pin off again after a few ms. The on time is not fixed and can change at any time.
Thanks