Void loop() makes confuse me..
i want execute these below 2 functions infintely in void loop() function. when first function execcutes , return void loop() function, returns initial condition , , again first function called.. compiler doesnot goto second function . may solution??
my void loop() code goes here..
void loop()
{
vcheck();
delay(5000);
acheck();
delay(5000);
}
i have definition both function ..
my void loop() code goes here..
void loop()
{
vcheck();
delay(5000);
acheck();
delay(5000);
}
i have definition both function ..
quote
compiler doesnot goto second function
how know?
Arduino Forum > Using Arduino > Programming Questions > Void loop() makes confuse me..
arduino
Comments
Post a Comment