float2str converts floating point numbers to a character array. Its purpose is to have a character representation of floating point numbers when printf floating point support is not enabled by compiler options.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:56bf83e1dd1d | 2016-12-09 | Jens |
change to timer functionality |
2:b013360d489a | 2016-11-16 | Jens |
changed statemachine ti ticker |
1:89abb5f1c2fd | 2016-11-11 | jensstruemper | applied fix to prevent outputting a padding 0 when number of digits is set to 0. |
0:d8558b73ffd7 | 2016-09-02 | jensstruemper | initial commit; |