[fix] code

This commit is contained in:
stijn
2021-04-06 15:47:50 +02:00
parent 6b6657fe5d
commit 45ee9dc411
14 changed files with 1949 additions and 1979 deletions

View File

@@ -39,7 +39,7 @@ void lcd_write_int(int number);
/************************************************************************/
/* write double to the lcd */
/************************************************************************/
void lcd_write_double(char prefix[], double number, char suffix[]);
void lcd_write_double(char prefix[], float number, char suffix[]);
/************************************************************************/
/* write ultrasonic reading on the lcd */