ivanseidel / DueTimer

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

Update DueTimer.h #51

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

Hi, (Just read this today)

It's missing the .cpp. Do you still have the commits on this?