ivanseidel / DueTimer

⏳ Timer Library fully implemented for Arduino DUE
MIT License
211 stars 89 forks source link

Update DueTimer.cpp #50

Closed ibilux closed 6 years ago

ibilux commented 8 years ago

Add the set priority for IRQn "void NVIC_SetPriority (IRQn_t IRQn, uint32_t priority)" and the read priority of IRQn "uint32_t NVIC_GetPriority (IRQn_t IRQn)"

ivanseidel commented 7 years ago

Please make a single pull request to the library (.h and .cpp)

(Sorry for the delay)