one step closer to a functional makefile..
This commit is contained in:
parent
8463e39a4a
commit
11f2dafc4e
4 changed files with 41 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue