board707 / w80x_arduino

w806 package for Arduino IDE
GNU Lesser General Public License v2.1
68 stars 12 forks source link

delayMicroseconds() function hangs in interrupts. #20

Closed board707 closed 1 year ago

board707 commented 1 year ago

Due to current millis & micros realization both delay() and delayMicroseconds() can't be used inside an interrupt routines.

board707 commented 1 year ago

Solved in 7795a30 by change interrupt priority of Systick.