Virtuino Forum

Full Version: Read Digital Inputs/outputs in setup section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all  !!!
Is it possible to read Digital Inputs/outputs in "setup" section of Arduino code.
Regularly it's done in "loop" section after call of virtuinoRun()  ?

Thanks
Hi,
I am sorry but I can't understand this question.
of course you can read the pin states inside the void setup.
If you want you can copy these states to the V pins. 

I think you want to ask something else