Convert string to long integer on Arduino
I need to convert a string to a long integer on the Arduino. For example: I want to convert the string "1600" to an integer equal to 1600. How could I do that in C++ in the Arduino? Although I know its not correct, I tried something like the following: in...