Page 1 of 1

Using arduino functions like millis and delay on both cores

Posted: Wed Jun 03, 2020 8:45 am
by av4625
Hi,

Are arduino functions like delay, millis, digitalRead, digitalWrite etc "thread safe".

Can I have code that runs on both cores both use these functions?

Thanks!