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?
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
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
Post a Comment