-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino APIfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Description
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.
Metadata
Metadata
Assignees
Labels
Component: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino APIfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
matthijskooijman commentedon Nov 19, 2020
@brycecherry75, if your request is about AVR boards, see arduino/ArduinoCore-avr#320 which, I think, should allow you to do what you want to do. If so, it would be good if you could test it and provide feedback in the PR, which should help with getting it merged.