Clean up num2str functions, extend ftostr43
This commit is contained in:
parent
2512d8fd5e
commit
fcedfd6e99
2 changed files with 59 additions and 47 deletions
|
|
@ -145,10 +145,10 @@
|
|||
#endif //ULTRA_LCD
|
||||
|
||||
char* itostr2(const uint8_t& x);
|
||||
char* itostr31(const int& xx);
|
||||
char* itostr3(const int& xx);
|
||||
char* itostr3left(const int& xx);
|
||||
char* itostr4(const int& xx);
|
||||
char* itostr31(const int& x);
|
||||
char* itostr3(const int& x);
|
||||
char* itostr3left(const int& x);
|
||||
char* itostr4(const int& x);
|
||||
char* itostr4sign(const int& x);
|
||||
|
||||
char* ftostr3(const float& x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue