[EDIT] change interrupt 0 to 2 to be able to use led matrices

This commit is contained in:
Sem van der Hoeven
2021-03-31 12:20:25 +02:00
parent 83863ec5f5
commit a448a04a64
24 changed files with 1528 additions and 205 deletions

View File

@@ -15,7 +15,7 @@
#include "ultrasonic_sensor.h"
ISR(INT0_vect)
ISR(INT2_vect)
{
ultrasonic_handle_interrupt();
}