Method to free up timer and redefine ISR used by delay()/millis()/micros() #10978
Labels
Component: Core
Related to the code for the standard Arduino API
feature request
A request to make an enhancement (not a bug fix)
For my particular application, I need to free up an available timer used by delay()/millis()/micros() for another purpose while retaining the use of delayMicroseconds() which is not used by a timer along with placing my own code in the particular ISR thereof and I am looking for a method to do so.
The text was updated successfully, but these errors were encountered: