how to keep void setup till I want and then initiate void loop function?


hi,
would ask advise how keep program in void setup function till want,
set values in there , when decide ready, initiate void loop function,
i tried switch/case not keeping void setup function, shift void loop after
when program stop read code void setup function
any idea?

what indicate time move on setup() ?
closing switch perhaps, in case while loop seem appropriate
code: [select]

while (the switch not closed)
{
  //don't anything
}


Arduino Forum > Using Arduino > Programming Questions > how to keep void setup till I want and then initiate void loop function?


arduino

Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code