Hi.
I am new to the C++ and Arduino scene so excuse me if they questions sound a bit vague or unclear.
I have just recently bought a Ethernet Shield for my UNO R3 and I have been experimenting a bit.
I have set up a Web Server, and on it a input box.
Scenario: Someone put a value between 0 and 180 into an Inputbox and the Servo Responds to that Position
Can you guys Please help my out with the Coding of that.
I have all the Web server bit set up all I need is how to do maths with the value they enter.
All I got is the ReadString Function and as far as i know Strings are not for doing calculations.
Or should I rather go for another input method
Regards