help with error message-tm Elements _t'was not declared in this scope- am the
error message trying set time on ds1307 - arduino uno project-am rank amateur- message
-tmelements_t'was not declared in scope- project stops- please
-tmelements_t'was not declared in scope- project stops- please



it may wise change username email address prevent spammers harvesting it
as error may want attach code.
foo global , available inside if statement.
bar available inside if statement because of { } curly braces , trying make foo = bar cause error asking about.
z

as error may want attach code.
code: [select]
int foo = 1;
if(foo == 1){
int bar = 2;
}
foo = bar;
foo global , available inside if statement.
bar available inside if statement because of { } curly braces , trying make foo = bar cause error asking about.
z
Arduino Forum > Using Arduino > Programming Questions > help with error message-tm Elements _t'was not declared in this scope- am the
arduino
Comments
Post a Comment