Author |
Message |
Topic: Float to string |
mjscott
Replies: 1
Views: 4254
|
Forum: General CCS C Discussion Posted: Tue May 10, 2005 3:24 pm Subject: Float to string |
I'm looking for a float to string like that in sprintf, except I want to be able to place the format string in a ram buffer. Any thoughts? |
Topic: Printf |
mjscott
Replies: 1
Views: 8746
|
Forum: General CCS C Discussion Posted: Tue Apr 20, 2004 8:59 am Subject: Printf |
I'm seeing an error with printf using signed int16. I'm always getting the last number to be returned as binary.
Example
(led_putch is an LED output routine)
signed int16 temp;
temp = 215;
... |
|