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

@@ -69,7 +69,7 @@ int main(void)
{
lcd_clear();
// set the ultrasonic value to the lcd.
lcd_write_int(ultrasonic_get_timer_dist());
lcd_write_ultrasonic_value(ultrasonic_get_timer_dist());
wait_ms(LCD_SET_DELAY);
}