Benjamin

Results 1 issues of Benjamin

The current implementations of String::toInt() and String::toFloat() rely on atol() and atof(), respectively (See [WString.cpp](https://github.com/arduino/Arduino/blob/master/hardware/arduino/sam/cores/arduino/WString.cpp)). As both atol() and atof() have no means of signaling a failed conversion due to...