Convert letter to floating value

I use the function sscanf() for processing input strings. It is available in C and C++

In the Arduino development system, floating point variables are not automatically recognized. You need to link the floating point version of sscanf: http://forum.arduino.cc/index.php/topic,53894.0.html