This commit is contained in:
Sem van der Hoeven
2021-04-06 15:19:00 +02:00
parent 4416e1fff4
commit 70c0079e7f
3 changed files with 15 additions and 2 deletions

View File

@@ -41,6 +41,11 @@ void lcd_write_int(int number);
/************************************************************************/
void lcd_write_double(char prefix[], double number, char suffix[]);
/************************************************************************/
/* write ultrasonic reading on the lcd */
/************************************************************************/
void lcd_write_ultrasonic_value(float number);
#endif /* LCD_CONTROL_H_ */