Is it possible to read an entire port (e.g. PA0 to PA15) at once? In C it's possible, and a lot quicker than reading each pin individually. Or is this how Espruino already works when reading multiple pins?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is it possible to read an entire port (e.g. PA0 to PA15) at once? In C it's possible, and a lot quicker than reading each pin individually. Or is this how Espruino already works when reading multiple pins?
Thanks!