Hi everyone, I'm a new member and I need the help of someone who know better than me arduino. I've write this sketch but There's a problem when I verify it, but I don't know what is the problem. Can someone help me pleasee
this is the sketch
aleefana:
So how would be the code to work? Because I don't understand well what i have to do...
You need to look carefully. You have a line which uses the + operator to put together a bunch of Strings ( a recipe for a program crash but we can get to that later). Look at that line that they've pulled out for you. The error is there and it's damn simple. You don't need to be able to understand anything about code to spot it. You just need to slow down and look CAREFULLY.
Where are the Strings and where are the + between the Strings is the question you need to ask yourself (before asking yourself how to get rid of those completely)
It would really help you if you would get the space bar fixed on the keyboard you are using to write this code. Put some spaces in there so you can see what's going on. Crammingitalltogetherwithnospacesmakesitreallyhardtolookatandread.
Delta_G:
It would really help you if you would get the space bar fixed on the keyboard you are using to write this code. Put some spaces in there so you can see what's going on. Crammingitalltogetherwithnospacesmakesitreallyhardtolookatandread.