The arduino for example has some ports registers which can read several input pins at the same time for much quicker access (e.g. PORTD can be used to read 8 pins at once), which seems to be exactly what's needed, but I can't find any information if ESP has a similar capability. Is there a port mapping for the ESP, or perhaps another way to read several pins rapidly?
The arduino for example has some ports registers which can read several input pins at the same time for much quicker access (e.g. PORTD can be used to read 8 pins at once), which seems to be exactly what's needed, but I can't find any information if ESP has a similar capability. Is there a port mapping for the ESP, or perhaps another way to read several pins rapidly?