one step closer to a functional makefile..

This commit is contained in:
Bernhard
2011-12-22 16:43:28 +01:00
parent 8463e39a4a
commit 11f2dafc4e
4 changed files with 41 additions and 16 deletions

View File

@ -151,5 +151,13 @@
void lcd_statuspgm(const char* message);
char *ftostr3(const float &x);
char *itostr2(const uint8_t &x);
char *ftostr31(const float &x);
char *ftostr32(const float &x);
char *itostr31(const int &xx);
char *itostr3(const int &xx);
char *itostr4(const int &xx);
char *ftostr51(const float &x);
#endif //ULTRALCD