Skip to content
Snippets Groups Projects
Commit 9a263c7d authored by jamesimmanuel.magsino@stud.h-da.de's avatar jamesimmanuel.magsino@stud.h-da.de
Browse files

test

parent 51b786f8
No related branches found
No related tags found
No related merge requests found
...@@ -209,11 +209,11 @@ int main() ...@@ -209,11 +209,11 @@ int main()
init_pwm(); init_pwm();
pwm_echo_init(); pwm_echo_init();
gpio_set_irq_enabled_with_callback(27, GPIO_IRQ_LEVEL_HIGH, true, &callback); gpio_set_irq_enabled_with_callback(27, GPIO_IRQ_EDGE_FALL | GPIO_IRQ_EDGE_RISE, true, &callback);
while (1) while (1)
{ {
} }
/* /*
timer_hw->dbgpause = 0; timer_hw->dbgpause = 0;
gpio_init(27); gpio_init(27);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment