chipKIT32 / chipKIT-core

Downloadable chipKIT core for use with Arduino 1.6 - 1.8+ IDE, PlatformIO, and UECIDE
http://chipkit.net/
Apache License 2.0
59 stars 53 forks source link

Rewrite dtostrf to use snprintf with float formatting #432

Closed majenkotech closed 6 years ago

majenkotech commented 6 years ago

See issue #429

majenkotech commented 6 years ago

I have just found a useful file in the ESP8266 core:

Has everything we could ever want in it...

majenkotech commented 6 years ago

There. No dodgy snprintf version any more. We now have a proper implementation lifted from ESP8266 (it's GPL'd, so that should be fine). We'll keep the original copyright intact.