Auto stash before merge of "main" and "origin/main"

This commit is contained in:
stijn
2021-04-06 15:20:00 +02:00
parent 70c0079e7f
commit bb312853d6
11 changed files with 2056 additions and 1595 deletions

View File

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