sduino icon indicating copy to clipboard operation
sduino copied to clipboard

Document that digitalWrite cannot be called from an interrupt handler

Open dirkx opened this issue 1 year ago • 0 comments

As digitalWrite() has a CRITICAL section - it cannot be called from an interrupt handler.

May be good to put a warning in the documentation.

dirkx avatar Feb 19 '25 21:02 dirkx