You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a file input could be a good solution. This would also account for analogRead.
Another (but more difficult to implement solution) could be to make a graphical interface input. Just using the functions in the button example https://github.com/ChrisMicro/ArduinoOnPc/tree/master/examples/guiButton
as an interactive input.
Any idea on how to emulate digitalRead in
https://github.com/ChrisMicro/ArduinoOnPc/blob/master/src/cores/arduino/wiring_digital.cpp#L35 ?
echo "1" > gpio_3
See also marcmerlin#8
The text was updated successfully, but these errors were encountered: