Hello ![]()
I'm using a DC motor with a Hall Effect Encoder, wich is connected to an Arduino Micro.
I'm using attachInterrupt to get the rotation speed of the motor.
Each time a change is detected on the Interrupt pin, it increments a variable.
It works with an Arduino Mega, but when i want to get it with the Arduino Micro, it detects nothing.
I want to get it on pins 3 or 2, so i tried with int.0 and int.1 without success.
Thank you for any help ![]()