[EDIT] port d input isr

This commit is contained in:
Sem van der Hoeven
2021-03-24 10:35:34 +01:00
parent a8e6900132
commit 956f42b129
3 changed files with 8 additions and 10 deletions

View File

@@ -107,7 +107,6 @@ int main(void)
lcd_clear();
/* Replace with your application code */
while (1)
{
ultrasonic_send_pulse();
@@ -117,7 +116,7 @@ int main(void)
lcd_write_int(timer_dist);
wait_ms(1000);
wait_ms(100);
}
}