Is it possible to change pin operation from output to input within the arduinoArduino loop (event-driven)?
I would like to change the operation of a couple of Arduino pins from input to output during execution of the arduinoArduino loop in an event-driven way, is. Is this possible please?