Hello
Does anyone know how two push buttons can be held down at the same time in Arduino simulation mode?
Thank you
Hello
Does anyone know how two push buttons can be held down at the same time in Arduino simulation mode?
Thank you
Try a push button with diodes, like this circuit. It will emulate pressing both keys for your software,
Hello Francisco :)
Thank you very much from the heart for your answer ... although shortly after posting my question I found the solution.
It is as simple as pressing the shift key when pressing the first button (the button remains pressed and the second button can be pressed).
Regards
*******************
Hola Francisco :)
Muchísimas gracias de corazón por tu respuesta... aunque poco después de publicar mi pregunta encontré la solución.
Es tan simple como pulsar la tecla mayúsculas al pulsar el primer botón (el botón permanece pulsado y se puede pulsar el segundo botón).
Saludos
Good you found a solution.
I didn't knew the use of shift to hold a button. Thanks for this tip.
Regards