Page 1 of 1

command PORT

Posted: Thu May 27, 2021 8:10 pm
by betofaro
Hi,
somebody knows if ESP 32 has any comand like PORT for arduino to read many ports at the same time?
is there any list of all the ESP 32 alowed comands
Thanks

Re: command PORT

Posted: Fri May 28, 2021 1:14 am
by ESP_Sprite
You probably need to be a bit more specific... you mean GPIO ports? If so, yes, there are memory locations that allow you to read/set 32 GPIO pins at once. Not sure how to do it in Arduino, but this topic may have some more info.