[ADD] formatting lcd text

This commit is contained in:
Sem van der Hoeven
2021-04-06 13:39:54 +02:00
parent 3f7c1f9ee3
commit b7c1a25671
14 changed files with 2126 additions and 1703 deletions

View File

@@ -96,6 +96,6 @@ void set_value_trigger_event(void (*value_set_event_p)(uint16_t)){
uint16_t ultrasonic_get_timer_dist()
{
return timer_dist;
return timer_dist * (340 / 2);
}