Hi,
How can I convert a double such as 23.1 to a string? I don't want to use
any library functions because the code is being written in avr-gcc and I
don't like the way dtostrf() has been implemented. Thanks.
Rick
How can I convert a double such as 23.1 to a string? I don't want to use
any library functions because the code is being written in avr-gcc and I
don't like the way dtostrf() has been implemented. Thanks.
Rick
Comment