Move number-to-string function to utility.*
This commit is contained in:
@@ -167,21 +167,4 @@
|
||||
|
||||
#endif //ULTRA_LCD
|
||||
|
||||
char* itostr2(const uint8_t& x);
|
||||
char* itostr3sign(const int& x);
|
||||
char* itostr3(const int& x);
|
||||
char* itostr3left(const int& x);
|
||||
char* itostr4sign(const int& x);
|
||||
|
||||
char* ftostr3(const float& x);
|
||||
char* ftostr4sign(const float& x);
|
||||
char* ftostr41sign(const float& x);
|
||||
char* ftostr32(const float& x);
|
||||
char* ftostr43sign(const float& x, char plus=' ');
|
||||
char* ftostr12ns(const float& x);
|
||||
char* ftostr5rj(const float& x);
|
||||
char* ftostr51sign(const float& x);
|
||||
char* ftostr52sign(const float& x);
|
||||
char* ftostr52sp(const float& x); // remove zero-padding from ftostr32
|
||||
|
||||
#endif //ULTRALCD_H
|
||||
|
Reference in New Issue
Block a user