I am new to Arduino in general so I wouldn't be able to know why this doesn't work.
I experimented a little bit but to know avail. If you know your way around Arduinos please help.
A "}" is missing at the end of your sketch,
A open brace { at the end of setup() instead of the required closing brace }.
But don't make us squint at pictures. Please post you code using the </> tool from the message composition toolbar, so it comes in as text in a nice box and doesn't mess with your formatting.
a7
Bad syntax.
"int results.value = results;" makes no sense. Remove it.
void loop();
is not gonna fly
Ok thank you I will take note about uploading code. Thanks
I am astounded about how quickly and helpful all of this was. Thank you to everyone who responded.
NP we are here to help ![]()
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
