I am trying to make a tachometer. one pulse per revolution.
I manage to get it work. I am using pin Interrrupt to count the puls, and at timer interrupt to reset the counter. I have to multiply with 60 to get the readout pr/min. But of course then I get the step in 60

Is there a better, correct way to make a tachometer or the calculation on. maybe using some of the timecounter or?
Help will be very grateful without to many C progamming instruction

Thank´s in advance
Br Jorgen