ivanseidel / DueTimer

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

compatibility to Arduino-FreqPeriod-Due-master #65

Open Ing-Schick opened 6 years ago

Ing-Schick commented 6 years ago

Hello I would like to use the two libraries in one project:

Arduino-FreqPeriod-Due-master & DueTimer-1.4.7

Both try to access the same interrupts/timer (TC4_Handler)

Would a fix be possible that both libraries could be used together?

Tanks