Hi,I need to match motor speed with the speed of the measured device.My idea is to toggle pin when encoder pulses count reaches some value.I was unable to generate an interrupt on a specific count, so I decide to react on each pulse and check count.I...